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 | 燿??瑤?? | 1110000010100000001111110011111111101010101000100011111100111111 | e0a03f3feaa23f3f |
EUC-JP | 燿??瑤?? | 1110000010100010001111110011111111110100101001000011111100111111 | e0a23f3ff4a43f3f |
UTF-8 | 燿댈겫瑤껈옿 | 111001111000011110111111111010111000110010001000111010101011001010101011111001111001000110100100111010101011101110001000111011001001100010111111 | e787bfeb8c88eab2abe791a4eabb88ec98bf |
UHC | 燿댈겫瑤껈옿 | 111010001111110010110100111011101000000110111010111010001111110110000011111010011001111010110100 | e8fcb4ee81bae8fd83e99eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)