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 | ホ餧サ | 111100001110011111001110111110111111100010111011 | f0e7cefbf8bb |
EUC-JP | ?ホ餧サ | 0011111110001110110011101000111111101000110111011000111010111011 | 3f8ece8fe8dd8ebb |
UTF-8 | ホ餧サ | 111011101000001010100110111011111011111010001110111010011010010010100111111011111011110110111011 | ee82a6efbe8ee9a4a7efbdbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)