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 | ???爾?? | 00111111001111110011111110001110101000100011111100111111 | 3f3f3f8ea23f3f |
EUC-JP | 絪??爾?? | 100011111101001111101100001111110011111110111100101001000011111100111111 | 8fd3ec3f3fbca43f3f |
UTF-8 | 絪됰쩃爾귦걠 | 111001111011010110101010111010111001000010110000111011001010100110000011111001111000100010111110111010101011011110100110111010101011000110100000 | e7b5aaeb90b0eca983e788beeab7a6eab1a0 |
UHC | 絪됰쩃爾귦걠 | 111011001101111110001001111010111010010010011101111011001011001110000010111011011000000110001001 | ecdf89eba49decb382ed8189 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)