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 | 畏?1節 | 10001000110110000011111110000010010100001001000011011111 | 88d83f825090df |
EUC-JP | 畏?1節 | 10110000110110100011111110100011101100011100000011100001 | b0da3fa3b1c0e1 |
UTF-8 | 畏붷1節 | 111001111001010110001111111010111011011010110111111011111011110010010001111001111010111110000000 | e7958febb6b7efbc91e7af80 |
UHC | 畏붷1節 | 1110100011100110100101001110010110100011101100011110111110111101 | e8e694e5a3b1efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)