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 | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-WIN | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
EUC-JP | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
UTF-8 | 泥좎찉梨좏쉻x | 11101111101001111010001111101100101000101000111011101100101100001000100111101111101001111010001011101100101000101000111111101100100010011011101101111000 | efa7a3eca28eecb089efa7a2eca28fec89bb78 |
UHC | 泥좎찉梨좏쉻x | 11101100101100101010000011101100101010011000110111101100101100011010000011101101100110101001000101111000 | ecb2a0eca98decb1a0ed9a9178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)