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 | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | シシGシッ | 111100101111010110111100101111000100011111110010111101011011110010101111 | f2f5bcbc47f2f5bcaf |
EUC-JP | ?シシG?シッ | 0011111110001110101111001000111010111100010001110011111110001110101111001000111010101111 | 3f8ebc8ebc473f8ebc8eaf |
UTF-8 | シシGシッ | 11101110100010001010110011101111101111011011110011101111101111011011110001000111111011101000100010101100111011111011110110111100111011111011110110101111 | ee88acefbdbcefbdbc47ee88acefbdbcefbdaf |
UHC | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)