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 | 炯?雨譯校 | 111000000111011000111111100010010100101011100110101000011000110101011010 | e0763f894ae6a18d5a |
EUC-JP | 炯沇雨譯校 | 1101111111010111100011111100011011101011101100011010101111101100101000111011100110111011 | dfd78fc6ebb1abeca3b9bb |
UTF-8 | 炯沇雨譯校 | 111001111000001010101111111001101011001010000111111010011001101110101000111010001010110110101111111001101010000010100001 | e782afe6b287e99ba8e8adafe6a0a1 |
UHC | 炯沇雨譯校 | 11111011101001101110011011001100111010011110101111100110101110111100111011101000 | fba6e6cce9ebe6bbcee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)