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 | 臓達側鐚 | 1001000110011111100100100100001010010001101001001110100001011011 | 919f924291a4e85b |
EUC-JP | 臓達側鐚 | 1100001010100001110000111010001111000010101001101110111110111100 | c2a1c3a3c2a6efbc |
UTF-8 | 臓達側鐚 | 111010001000011110010011111010011000000110010100111001011000000110110100111010011001000010011010 | e88793e98194e581b4e9909a |
UHC | ?達側? | 001111111101001110111001111101101011000000111111 | 3fd3b9f6b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)