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 | 憶?“宜?? | 100010011010111100111111100000010110011110001011010110000011111100111111 | 89af3f81678b583f3f |
EUC-JP | 憶?“宜?? | 101100101011000100111111101000011100100010110101101110010011111100111111 | b2b13fa1c8b5b93f3f |
UTF-8 | 憶귣“宜쇤레 | 111001101000011010110110111010101011011110100011111000101000000010011100111001011010111010011100111011001000011110100100111010111010000010001000 | e686b6eab7a3e2809ce5ae9cec87a4eba088 |
UHC | 憶귣“宜쇤레 | 111001011110001110000010111010111010000110110000111010111111000110111100111010011011011110111001 | e5e382eba1b0ebf1bce9b7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)