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 | 혲첸횪횤찼쩐 | 111011011001100010110010111011001011001010111000111011011001101010101010111011011001101010100100111011001011000010111100111011001010100110010000 | ed98b2ecb2b8ed9aaaed9aa4ecb0bceca990 |
UHC | 혲첸횪횤찼쩐 | 110000101001100111000011101111101100001110100000110000111001101111000011101000011100001010111110 | c299c3bec3a0c39bc3a1c2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)