To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濡??曄?? | 1001010001000111001111110011111110011110010000000011111100111111 | 94473f3f9e403f3f |
EUC-JP | 濡??曄?? | 1100011110101000001111110011111111011011101000010011111100111111 | c7a83f3fdba13f3f |
UTF-8 | 濡낅젳曄뽭냷 | 111001101011111110100001111010111000001010000101111011001010000010110011111001101001101110000100111010111011110110101101111010111000001110110111 | e6bfa1eb8285eca0b3e69b84ebbdadeb83b7 |
UHC | 濡낅젳曄뽭냷 | 111010111010000110000101111010111010000010100111111001111010010110010110111010011000011010000111 | eba185eba0a7e7a596e98687 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)