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 | 癲??濡? | 11100001100111110011111100111111100101000100011100111111 | e19f3f3f94473f |
EUC-JP | 癲??濡? | 11100010101000010011111100111111110001111010100000111111 | e2a13f3fc7a83f |
UTF-8 | 癲싲졅濡괺 | 111001111001100110110010111011001000101110110010111011001010000110000101111001101011111110100001111010101011010010111010 | e799b2ec8bb2eca185e6bfa1eab4ba |
UHC | 癲싲졅濡괺 | 11101111101001101001101011101011101000001011011011101011101000011000001001100100 | efa69aeba0b6eba18264 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)