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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諍驀?爾 | 11100110011110011110100101111101001111111000111010100010 | e679e97d3f8ea2 |
EUC-JP | 諍驀?爾 | 11101011110110101111000111011110001111111011110010100100 | ebdaf1de3fbca4 |
UTF-8 | 諍驀색爾 | 111010001010101110001101111010011010100110000000111011001000001110001001111001111000100010111110 | e8ab8de9a980ec8389e788be |
UHC | 諍驀색爾 | 1110111010110101110110001110100110111011111101101110110010110011 | eeb5d8e9bbf6ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)