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???U | 0011111100111111001111110111101000111111001111110011111101010101 | 3f3f3f7a3f3f3f55 |
SJIS-WIN | ???z???U | 0011111100111111001111110111101000111111001111110011111101010101 | 3f3f3f7a3f3f3f55 |
EUC-JP | ???z???U | 0011111100111111001111110111101000111111001111110011111101010101 | 3f3f3f7a3f3f3f55 |
UTF-8 | 챙짹혮z챠혱짤U | 1110110010110001100110011110110010100111101110011110110110011000101011100111101011101100101100011010000011101101100110001011000111101100101001111010010001010101 | ecb199eca7b9ed98ae7aecb1a0ed98b1eca7a455 |
UHC | 챙짹혮z챠혱짤U | 1100001110101100110000101011000111000010100101010111101011000011101011011100001010011000110000101010100101010101 | c3acc2b1c2957ac3adc298c2a955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)