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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爾遁? | 1000111010100010100100111101100100111111 | 8ea293d93f |
EUC-JP | 爾遁藿 | 10111100101001001100011011011011100011111101101010100001 | bca4c6db8fdaa1 |
UTF-8 | 爾遁藿 | 111001111000100010111110111010011000000110000001111010001001011110111111 | e788bee98181e897bf |
UHC | 爾遁藿 | 111011001011001111010100111011011100111010101011 | ecb3d4edceab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)