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 | 雕オ驟御゙滉 | 11101000101110001011010111101001100001011000110011100100110111101001111111100100 | e8b8b5e9858ce4de9fe4 |
EUC-JP | 雕オ驟御゙滉 | 111100001011101010001110101101011111000111100101101110001110011010001110110111101101111011100110 | f0ba8eb5f1e5b8e68ededee6 |
UTF-8 | 雕オ驟御゙滉 | 111010011001101110010101111011111011110110110101111010011010100110011111111001011011111010100001111011111011111010011110111001101011101110001001 | e99b95efbdb5e9a99fe5bea1efbe9ee6bb89 |
UHC | 雕?驟御?滉 | 11110000111001110011111111110110101011101110010111011001001111111111110011010001 | f0e73ff6aee5d93ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)