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 | 萬?∽ | 1110010011011101001111111000000111100100 | e4dd3f81e4 |
EUC-JP | 萬騑∽ | 11101000110111111000111111101001101111011010001011100110 | e8df8fe9bda2e6 |
UTF-8 | 萬騑∽ | 111010001001000010101100111010011010100010010001111000101000100010111101 | e890ace9a891e288bd |
UHC | 萬?∽ | 1101100010111111001111111010000111101111 | d8bf3fa1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)