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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒻ぱ??筌 | 1110010011101000100000101100111100111111001111111110001010100011 | e4e882cf3f3fe2a3 |
EUC-JP | 蒻ぱ??筌 | 1110100011101010101001001101000100111111001111111110010010100101 | e8eaa4d13f3fe4a5 |
UTF-8 | 蒻ぱ딅릅筌 | 111010001001001010111011111000111000000110110001111010111001010010000101111010111010011010000101111001111010110110001100 | e892bbe381b1eb9485eba685e7ad8c |
UHC | 蒻ぱ딅릅筌 | 11100101101101101010101011010001100010101110101110111000101010001110111110100111 | e5b6aad18aebb8a8efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)