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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載???賃 | 10001101110110100011111100111111001111111001001011000000 | 8dda3f3f3f92c0 |
EUC-JP | 載???賃 | 10111010110111000011111100111111001111111100010011000010 | badc3f3f3fc4c2 |
UTF-8 | 載띈렯렠賃 | 111010001011110010001001111010111001110110001000111010111010000010101111111010111010000010100000111010001011001110000011 | e8bc89eb9d88eba0afeba0a0e8b383 |
UHC | 載띈렯렠賃 | 11101110101100001011011011101000100011101011110010001110101100011110110011111100 | eeb0b6e88ebc8eb1ecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)