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 | ユヌホ | 11010101111100001110000111000111110011101111001111011001 | d5f0e1c7cef3d9 |
EUC-JP | ユ?ヌホ? | 1000111011010101001111111000111011000111100011101100111000111111 | 8ed53f8ec78ece3f |
UTF-8 | ユヌホ | 111011111011111010010101111011101000001010100000111011111011111010000111111011111011111010001110111011101000101110001100 | efbe95ee82a0efbe87efbe8eee8b8c |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)