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 | 肆ツシ | 111000111110011011000010111100011000111010111100 | e3e6c2f18ebc |
EUC-JP | 肆ツ?シ | 11100110111010001000111011000010001111111000111010111100 | e6e88ec23f8ebc |
UTF-8 | 肆ツシ | 111010001000001010000110111011111011111010000010111011101000010010001001111011111011110110111100 | e88286efbe82ee8489efbdbc |
UHC | 肆??? | 1101111011101011001111110011111100111111 | deeb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)