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 | 韃斜エ寘仙セ | 11101000111001011000111011001110101101001111101010101001100100001110010110111110 | e8e58eceb4faa990e5be |
EUC-JP | 韃斜エ寘仙セ | 11110000111001111011110011010000100011101011010010001111101110101110000111000000111001111000111010111110 | f0e7bcd08eb48fbae1c0e78ebe |
UTF-8 | 韃斜エ寘仙セ | 111010011001111110000011111001101001011010011100111011111011110110110100111001011010111110011000111001001011101110011001111011111011110110111110 | e99f83e6969cefbdb4e5af98e4bb99efbdbe |
UHC | ?斜??仙? | 0011111111011110110110000011111100111111111000001011100100111111 | 3fded83f3fe0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)