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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑙磔聰 | 111000001110110111100001111101111110001111100000 | e0ede1f7e3e0 |
EUC-JP | 瑙磔聰 | 111000001110111111100010111110011110011011100010 | e0efe2f9e6e2 |
UTF-8 | 瑙磔聰 | 111001111001000110011001111001111010001110010100111010001000000110110000 | e79199e7a394e881b0 |
UHC | 瑙?聰 | 1101001011000101001111111111010111000110 | d2c53ff5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)