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 | 鬣費ス錠夢 | 111010011010010110010100111011111011110110001111111110011001011010110010 | e9a594efbd8ff996b2 |
EUC-JP | 鬣費ス錠夢 | 11110010101001111100100011110001100011101011110110111110111110111100110010110100 | f2a7c8f18ebdbefbccb4 |
UTF-8 | 鬣費ス錠夢 | 111010011010110010100011111010001011001010111011111011111011110110111101111010011000110010100000111001011010010010100010 | e9aca3e8b2bbefbdbde98ca0e5a4a2 |
UHC | ?費?錠夢 | 0011111111011110101010000011111111101111111111001101100111010011 | 3fdea83feffcd9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)