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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梯忌ず | 100100101111001010001010111101011000001010111000 | 92f28af582b8 |
EUC-JP | 梯忌ず | 110001001111010010110100111101111010010010111010 | c4f4b4f7a4ba |
UTF-8 | 梯忌ず | 111001101010001010101111111001011011111110001100111000111000000110011010 | e6a2afe5bf8ce3819a |
UHC | 梯忌ず | 111100001010110011010000111110111010101010111010 | f0acd0fbaaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)