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 | 牘クマ | 11100000101011111011100011001111 | e0afb8cf |
EUC-JP | 牘クマ | 111000001011000110001110101110001000111011001111 | e0b18eb88ecf |
UTF-8 | 牘クマ | 111001111000100110011000111011111011110110111000111011111011111010001111 | e78998efbdb8efbe8f |
UHC | 牘?? | 11010100101110100011111100111111 | d4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)