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 | 蔔莨燔 | 111001001111011111100100101111001110000010011000 | e4f7e4bce098 |
EUC-JP | 蔔莨燔 | 111010001111100111101000101111101101111111111000 | e8f9e8bedff8 |
UTF-8 | 蔔莨燔 | 111010001001010010010100111010001000111010101000111001111000011110010100 | e89494e88ea8e78794 |
UHC | 蔔?燔 | 1101110011011011001111111101101111100010 | dcdb3fdbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)