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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 艶?倭?オ | 1000100110010000001111111001100001100000001111111000001101001001 | 89903f98603f8349 |
EUC-JP | 艶?倭?オ | 1011000111110000001111111100111111000001001111111010010110101010 | b1f03fcfc13fa5aa |
UTF-8 | 艶쵲倭좂オ | 111010001000100110110110111011001011010110110010111001011000000010101101111011001010001010000010111000111000001010101010 | e889b6ecb5b2e580adeca282e382aa |
UHC | 艶쵲倭좂オ | 11100110111111011010110101001101111010001101111010100000111001111010101110101010 | e6fdad4de8dea0e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)