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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雫隯鋙執^ | 100011101011010011111011111011001111101111010001100011101011011101011110 | 8eb4fbecfbd18eb75e |
EUC-JP | 雫隯鋙執^ | 1011110010110110100011111110011011101111100011111110010011000011101111001011100101011110 | bcb68fe6ef8fe4c3bcb95e |
UTF-8 | 雫隯鋙執^ | 11101001100110111010101111101001100110101010111111101001100010111001100111100101100111111011011101011110 | e99babe99aafe98b99e59fb75e |
UHC | ???執^ | 001111110011111100111111111100101111101101011110 | 3f3f3ff2fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)