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 | 쨌쩔쨍쩍짢징 | 111011001010100010001100111011001010100110010100111011001010100010001101111011001010100110001101111011001010011110100010111011001010011110010101 | eca88ceca994eca88deca98deca7a2eca795 |
UHC | 쨌쩔쨍쩍짢징 | 110000101011011111000010101111111100001010111000110000101011110111000010101010001100001010100001 | c2b7c2bfc2b8c2bdc2a8c2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)