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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 拾??諄 | 100011110100010100111111001111111110011001111000 | 8f453f3fe678 |
EUC-JP | 拾??諄 | 101111011010011000111111001111111110101111011001 | bda63f3febd9 |
UTF-8 | 拾룉룼諄 | 111001101000101110111110111010111010001110001001111010111010001110111100111010001010101110000100 | e68bbeeba389eba3bce8ab84 |
UHC | 拾룉룼諄 | 1110001110100110100011111000100010001111101011101110001011110100 | e3a68f888faee2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)