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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汝??涅?? | 1001001111110000001111110011111110011111101110000011111100111111 | 93f03f3f9fb83f3f |
EUC-JP | 汝??涅?? | 1100011011110010001111110011111111011110101110100011111100111111 | c6f23f3fdeba3f3f |
UTF-8 | 汝낆뮏涅득즳 | 111001101011000110011101111010111000001010000110111010111010111010001111111001101011011010000101111010111001001110011101111011001010011010110011 | e6b19deb8286ebae8fe6b685eb939deca6b3 |
UHC | 汝낆뮏涅득즳 | 111001101010001110000101111011001001001010011100111001101110111010110101111001101010001110000101 | e6a385ec929ce6eeb5e6a385 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)