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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壓?椀? | 100110101101100000111111100110000110111100111111 | 9ad83f986f3f |
EUC-JP | 壓?椀? | 110101001101101000111111110011111101000000111111 | d4da3fcfd03f |
UTF-8 | 壓롊椀렧 | 111001011010001110010011111010111010000110001010111001101010010010000000111010111010000010100111 | e5a393eba18ae6a480eba0a7 |
UHC | 壓롊椀렧 | 1110010011100010100011101101000011101000110010101000111010110110 | e4e28ed0e8ca8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)