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 | ????g?? | 00111111001111110011111100111111011001110011111100111111 | 3f3f3f3f673f3f |
SJIS-WIN | 陷夲スクg騾オ | 11101000100111001001101011101111101111011011100001100111111010011000000010110101 | e89c9aefbdb867e980b5 |
EUC-JP | 陷夲スクg騾オ | 11101111111111001101010011110001100011101011110110001110101110000110011111110001111000001000111010110101 | effcd4f18ebd8eb867f1e08eb5 |
UTF-8 | 陷夲スクg騾オ | 11101001100110011011011111100101101001001011001011101111101111011011110111101111101111011011100001100111111010011010100010111110111011111011110110110101 | e999b7e5a4b2efbdbdefbdb867e9a8beefbdb5 |
UHC | 陷???g?? | 1111100111101000001111110011111100111111011001110011111100111111 | f9e83f3f3f673f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)