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 | 閹企エド | 11101000100001101000101011101001101101001000001101101000 | e8868ae9b48368 |
EUC-JP | 閹企エド | 1110111111100110101101001110101110001110101101001010010111001001 | efe6b4eb8eb4a5c9 |
UTF-8 | 閹企エド | 111010011001011010111001111001001011110010000001111011111011110110110100111000111000001110001001 | e996b9e4bc81efbdb4e38389 |
UHC | ?企?ド | 001111111101000011101010001111111010101111001001 | 3fd0ea3fabc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)