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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隧ゥ遒ゥ鬘ー | 111010001010100110101001111001111010001010101001111010011010000110110000 | e8a9a9e7a2a9e9a1b0 |
EUC-JP | 隧ゥ遒ゥ鬘ー | 111100001010101110001110101010011110111010100100100011101010100111110010101000111000111010110000 | f0ab8ea9eea48ea9f2a38eb0 |
UTF-8 | 隧ゥ遒ゥ鬘ー | 111010011001101010100111111011111011110110101001111010011000000110010010111011111011110110101001111010011010110010011000111011111011110110110000 | e99aa7efbda9e98192efbda9e9ac98efbdb0 |
UHC | 隧????? | 11100010110010100011111100111111001111110011111100111111 | e2ca3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)