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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鈆ウ。鈆ウ。B | 111110111100000110110011101000011111101111000001101100111010000101000010 | fbc1b3a1fbc1b3a142 |
EUC-JP | 鈆ウ。鈆ウ。B | 100011111110001110111100100011101011001110001110101000011000111111100011101111001000111010110011100011101010000101000010 | 8fe3bc8eb38ea18fe3bc8eb38ea142 |
UTF-8 | 鈆ウ。鈆ウ。B | 11101001100010001000011011101111101111011011001111101111101111011010000111101001100010001000011011101111101111011011001111101111101111011010000101000010 | e98886efbdb3efbda1e98886efbdb3efbda142 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)