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 | 傲??詣?傲 | 100110001111110000111111001111111000110001110111001111111001100011111100 | 98fc3f3f8c773f98fc |
EUC-JP | 傲??詣?傲 | 110100001111111000111111001111111011011111011000001111111101000011111110 | d0fe3f3fb7d83fd0fe |
UTF-8 | 傲ⓧ벤詣퇲傲 | 111001011000001010110010111000101001001110100111111010111011001010100100111010001010100110100011111011011000011110110010111001011000001010110010 | e582b2e293a7ebb2a4e8a9a3ed87b2e582b2 |
UHC | 傲ⓧ벤詣퇲傲 | 111001111110110010101000111001001011101010100101111001111110000110111000011010001110011111101100 | e7eca8e4baa5e7e1b868e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)