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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 癲?8意??\ | 11100001100111110011111110000010010101111000100011010011001111110011111101011100 | e19f3f825788d33f3f5c |
EUC-JP | 癲?8意??\ | 11100010101000010011111110100011101110001011000011010101001111110011111101011100 | e2a13fa3b8b0d53f3f5c |
UTF-8 | 癲쒕8意덉묀\ | 11100111100110011011001011101100100100101001010111101111101111001001100011100110100001001000111111101011100011011000100111101011101011001000000001011100 | e799b2ec9295efbc98e6848feb8d89ebac805c |
UHC | 癲쒕8意덉묀\ | 11101111101001101001110011101011101000111011100011101011111100101000100011101100101110011010000101011100 | efa69ceba3b8ebf288ecb9a15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)