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 | 娃??秧?? | 1000100010100001001111110011111111100010010111100011111100111111 | 88a13f3fe25e3f3f |
EUC-JP | 娃??秧?? | 1011000010100011001111110011111111100011101111110011111100111111 | b0a33f3fe3bf3f3f |
UTF-8 | 娃붷쩀秧믢퐜 | 111001011010100010000011111010111011011010110111111011001010100110000000111001111010011110100111111010111010111110100010111011011001000010011100 | e5a883ebb6b7eca980e7a7a7ebafa2ed909c |
UHC | 娃붷쩀秧믢퐜 | 111010001101111110010100111001011010010010011010111001001110101110010010111001001011110110000110 | e8df94e5a49ae4eb92e4bd86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)