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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ?}??ちe^ | 001111111000000101110000001111110011111110000010101111110110010101011110 | 3f81703f3f82bf655e |
EUC-JP | ?}??ちe^ | 001111111010000111010001001111110011111110100100110000010110010101011110 | 3fa1d13f3fa4c1655e |
UTF-8 | 룶}룶쥚ちe^ | 1110101110100011101101101110111110111101100111011110101110100011101101101110110010100101100110101110001110000001101000010110010101011110 | eba3b6efbd9deba3b6eca59ae381a1655e |
UHC | 룶}룶쥚ちe^ | 100011111010101110100011111111011000111110101011101000101000111110101010110000010110010101011110 | 8faba3fd8faba28faac1655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)