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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???夷? | 001111110011111100111111100010001100111000111111 | 3f3f3f88ce3f |
EUC-JP | ???夷? | 001111110011111100111111101100001101000000111111 | 3f3f3fb0d03f |
UTF-8 | 梨섏쭥夷똎 | 111011111010011110100010111011001000010010001111111011001010110110100101111001011010010010110111111010111001100010001110 | efa7a2ec848fecada5e5a4b7eb988e |
UHC | 梨섏쭥夷똎 | 11101100101100011001100011101100101001111001100111101100101010001000110001001111 | ecb198eca799eca88c4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)