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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횆쨈책짜횋챰 | 111011011001101010000110111011001010100010001000111011001011000110000101111011001010011110011100111011011001101010001011111011001011000110110000 | ed9a86eca888ecb185eca79ced9a8becb1b0 |
UHC | 횆쨈책짜횋챰 | 110000111000010011000010101101001100001110100101110000101010010111000011100010011100001110110001 | c384c2b4c3a5c2a5c389c3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)