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 | ??恁れ?姨 | 001111110011111110011100100011001000001011101010001111111001101101001000 | 3f3f9c8c82ea3f9b48 |
EUC-JP | ??恁れ?姨 | 001111110011111111010111111011001010010011101100001111111101010110101001 | 3f3fd7eca4ec3fd5a9 |
UTF-8 | 泥쵳恁れ괜姨 | 111011111010011110100011111011001011010110110011111001101000000110000001111000111000001010001100111010101011010010011100111001011010011110101000 | efa7a3ecb5b3e68181e3828ceab49ce5a7a8 |
UHC | 泥쵳恁れ괜姨 | 111011001011001010101101010011101110110011110110101010101110110010110001101001101110110010101001 | ecb2ad4eecf6aaecb1a6eca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)