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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 歪??歪??~ | 100110000110001100111111001111111001100001100011001111110011111101111110 | 98633f3f98633f3f7e |
EUC-JP | 歪??歪??~ | 110011111100010000111111001111111100111111000100001111110011111101111110 | cfc43f3fcfc43f3f7e |
UTF-8 | 歪득찄歪듭댆~ | 11100110101011011010101011101011100100111001110111101100101100001000010011100110101011011010101011101011100100111010110111101011100011001000011001111110 | e6adaaeb939decb084e6adaaeb93adeb8c867e |
UHC | 歪득찄歪듭댆~ | 11101000111000001011010111100110101010011000100011101000111000001011010111101100100010001011000001111110 | e8e0b5e6a988e8e0b5ec88b07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)