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 | ???燿?┝ | 0011111100111111001111111110000010100000001111111000010010111010 | 3f3f3fe0a03f84ba |
EUC-JP | 滎??燿?┝ | 10001111110010001011100100111111001111111110000010100010001111111010100010111100 | 8fc8b93f3fe0a23fa8bc |
UTF-8 | 滎섓풕燿낂┝ | 111001101011101110001110111011001000010010010011111011011001001010010101111001111000011110111111111010111000001010000010111000101001010010011101 | e6bb8eec8493ed9295e787bfeb8282e2949d |
UHC | 滎섓풕燿낂┝ | 111110111010001110011000111011111011111010011000111010001111110010000101111010011010011010111100 | fba398efbe98e8fc85e9a6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)