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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?訝?? | 0011111111100110011000100011111100111111 | 3fe6623f3f |
EUC-JP | ?訝?頊 | 00111111111010111100001100111111100011111110011111110100 | 3febc33f8fe7f4 |
UTF-8 | 띟訝꽘頊 | 111010111001110110011111111010001010100010011101111010101011110110011000111010011010000010001010 | eb9d9fe8a89deabd98e9a08a |
UHC | 띟訝꽘頊 | 1000110111010101111001001011100010000100101001111110100111110101 | 8dd5e4b884a7e9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)