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 | 莨域扱莨 | 1110010010111100100010001110011010001000101101011110010010111100 | e4bc88e688b5e4bc |
EUC-JP | 莨域扱莨 | 1110100010111110101100001110100010110000101101111110100010111110 | e8beb0e8b0b7e8be |
UTF-8 | 莨域扱莨 | 111010001000111010101000111001011001111110011111111001101000100110110001111010001000111010101000 | e88ea8e59f9fe689b1e88ea8 |
UHC | ?域扱? | 001111111110011010110100110100001110001000111111 | 3fe6b4d0e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)