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 | ???筍□? | 0011111100111111001111111110001010100001100000011010000000111111 | 3f3f3fe2a181a03f |
EUC-JP | ???筍□? | 0011111100111111001111111110010010100011101000101010001000111111 | 3f3f3fe4a3a2a23f |
UTF-8 | 쒀롉뤚筍□쨴 | 111011001001001010000000111010111010000110001001111010111010010010011010111001111010110110001101111000101001011010100001111011001010100010110100 | ec9280eba189eba49ae7ad8de296a1eca8b4 |
UHC | 쒀롉뤚筍□쨴 | 101111101010110010001110110011111000111111001001111000101110110010100001111000001010010010001110 | beac8ecf8fc9e2eca1e0a48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)