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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 憶レ?h憶 | 1000100110101111100000111000110000111111011010001000100110101111 | 89af838c3f6889af |
EUC-JP | 憶レ?h憶 | 1011001010110001101001011110110000111111011010001011001010110001 | b2b1a5ec3f68b2b1 |
UTF-8 | 憶レ꽘h憶 | 11100110100001101011011011100011100000111010110011101010101111011001100001101000111001101000011010110110 | e686b6e383aceabd9868e686b6 |
UHC | 憶レ꽘h憶 | 111001011110001110101011111011001000010010100111011010001110010111100011 | e5e3abec84a768e5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)