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 | 鉙ー汜ス昇 | 1111101111001000101100001111101011110110101111011000111110111000 | fbc8b0faf6bd8fb8 |
EUC-JP | 鉙ー汜ス昇 | 100011111110001111100011100011101011000010001111110001101110000010001110101111011011111010111010 | 8fe3e38eb08fc6e08ebdbeba |
UTF-8 | 鉙ー汜ス昇 | 111010011000100110011001111011111011110110110000111001101011000110011100111011111011110110111101111001101001100010000111 | e98999efbdb0e6b19cefbdbde69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)