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 | 肆暑せ | 111000111110011010001111100010111000001010111001 | e3e68f8b82b9 |
EUC-JP | 肆暑せ | 111001101110100010111101111010111010010010111011 | e6e8bdeba4bb |
UTF-8 | 肆暑せ | 111010001000001010000110111001101001101010010001111000111000000110011011 | e88286e69a91e3819b |
UHC | 肆暑せ | 110111101110101111011111111101001010101010111011 | deebdff4aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)