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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 偲雫篠執] | 100011101100001110001110101101001000111011000010100011101011011101011101 | 8ec38eb48ec28eb75d |
EUC-JP | 偲雫篠執] | 101111001100010110111100101101101011110011000100101111001011100101011101 | bcc5bcb6bcc4bcb95d |
UTF-8 | 偲雫篠執] | 11100101100000011011001011101001100110111010101111100111101011111010000011100101100111111011011101011101 | e581b2e99babe7afa0e59fb75d |
UHC | ??篠執] | 00111111001111111110000111000110111100101111101101011101 | 3f3fe1c6f2fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)