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 | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
SJIS-WIN | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
EUC-JP | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
UTF-8 | 찾쨋횪z찾쨋 | 11101100101100001011111011101100101010001000101111101101100110101010101001111010111011001011000010111110111011001010100010001011 | ecb0beeca88bed9aaa7aecb0beeca88b |
UHC | 찾쨋횪z찾쨋 | 1100001110100011110000101011011011000011101000000111101011000011101000111100001010110110 | c3a3c2b6c3a07ac3a3c2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)