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 | 氈?衲爭 | 10011111100000010011111111100101110100111110000010100101 | 9f813fe5d3e0a5 |
EUC-JP | 氈?衲爭 | 11011101111000010011111111101010110101011110000010100111 | dde13fead5e0a7 |
UTF-8 | 氈쇤衲爭 | 111001101011000010001000111011001000011110100100111010001010000110110010111001111000100010101101 | e6b088ec87a4e8a1b2e788ad |
UHC | 氈쇤衲爭 | 1110111011111101101111001110100111010010101001001110111010110011 | eefdbce9d2a4eeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)