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 | 駿??磐? | 10001111011110000011111100111111100101001101011000111111 | 8f783f3f94d63f |
EUC-JP | 駿??磐? | 10111101110110010011111100111111110010001101100000111111 | bdd93f3fc8d83f |
UTF-8 | 駿곌렗磐렱 | 111010011010011110111111111010101011001110001100111010111010000010010111111001111010001110010000111010111010000010110001 | e9a7bfeab38ceba097e7a390eba0b1 |
UHC | 駿곌렗磐렱 | 11110001111001111011000011101010100011101010110011011010111100011000111010111110 | f1e7b0ea8eacdaf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)