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 | 癲?8意? | 1110000110011111001111111000001001010111100010001101001100111111 | e19f3f825788d33f |
EUC-JP | 癲?8意? | 1110001010100001001111111010001110111000101100001101010100111111 | e2a13fa3b8b0d53f |
UTF-8 | 癲쒕8意덅 | 111001111001100110110010111011001001001010010101111011111011110010011000111001101000010010001111111010111000110110000101 | e799b2ec9295efbc98e6848feb8d85 |
UHC | 癲쒕8意덅 | 11101111101001101001110011101011101000111011100011101011111100101000100011101000 | efa69ceba3b8ebf288e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)