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 | 顰ィ蠅難ス | 1110100011111100101010001110010110100010100100111110111110111101 | e8fca8e5a293efbd |
EUC-JP | 顰ィ蠅難ス | 11110000111111101000111010101000111010101010010011000110111100011000111010111101 | f0fe8ea8eaa4c6f18ebd |
UTF-8 | 顰ィ蠅難ス | 111010011010000110110000111011111011110110101000111010001010000010000101111010011001101110100011111011111011110110111101 | e9a1b0efbda8e8a085e99ba3efbdbd |
UHC | ??蠅難? | 00111111001111111110001110110010110100011111000100111111 | 3f3fe3b2d1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)