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 | 稟頃?? | 111000100110011110001101101000000011111100111111 | e2678da03f3f |
EUC-JP | 稟頃?? | 111000111100100010111010101000100011111100111111 | e3c8baa23f3f |
UTF-8 | 稟頃렰렔 | 111001111010100010011111111010011010000010000011111010111010000010110000111010111010000010010100 | e7a89fe9a083eba0b0eba094 |
UHC | 稟頃렰렔 | 1111100110100010110011001111000110001110101111011000111010101001 | f9a2ccf18ebd8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)