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 | ??正??? | 00111111001111111001000010110011001111110011111100111111 | 3f3f90b33f3f3f |
EUC-JP | ??正??? | 00111111001111111100000010110101001111110011111100111111 | 3f3fc0b53f3f3f |
UTF-8 | 쿨삡正돔횻풋 | 111011001011111110101000111011001000001010100001111001101010110110100011111010111000111110010100111011011001101010111011111011011001001010001011 | ecbfa8ec82a1e6ada3eb8f94ed9abbed928b |
UHC | 쿨삡正돔횻풋 | 110001001111000010111011111001001110111111100001101101011011110011001000110000111100011110110010 | c4f0bbe4efe1b5bcc8c3c7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)