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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 寤ν?寤ν?B | 1001101110001000100000111100101100111111100110111000100010000011110010110011111101000010 | 9b8883cb3f9b8883cb3f42 |
EUC-JP | 寤ν?寤ν?B | 1101010111101000101001101100110100111111110101011110100010100110110011010011111101000010 | d5e8a6cd3fd5e8a6cd3f42 |
UTF-8 | 寤ν릢寤ν릢B | 1110010110101111101001001100111010111101111010111010011010100010111001011010111110100100110011101011110111101011101001101010001001000010 | e5afa4cebdeba6a2e5afa4cebdeba6a242 |
UHC | 寤ν릢寤ν릢B | 11100111111101011010010111101101100100001000010011100111111101011010010111101101100100001000010001000010 | e7f5a5ed9084e7f5a5ed908442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)