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 | 憶ル?猥 | 10001001101011111000001110001011001111111110000011001110 | 89af838b3fe0ce |
EUC-JP | 憶ル?猥 | 10110010101100011010010111101011001111111110000011010000 | b2b1a5eb3fe0d0 |
UTF-8 | 憶ル젿猥 | 111001101000011010110110111000111000001110101011111011001010000010111111111001111000110010100101 | e686b6e383abeca0bfe78ca5 |
UHC | 憶ル젿猥 | 1110010111100011101010111110101110100000101100011110100011100101 | e5e3abeba0b1e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)