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 | 濡??濡? | 10010100010001110011111100111111100101000100011100111111 | 94473f3f94473f |
EUC-JP | 濡??濡? | 11000111101010000011111100111111110001111010100000111111 | c7a83f3fc7a83f |
UTF-8 | 濡쏂뵡濡랡 | 111001101011111110100001111011001000111110000010111010111011010110100001111001101011111110100001111010111001111010100001 | e6bfa1ec8f82ebb5a1e6bfa1eb9ea1 |
UHC | 濡쏂뵡濡랡 | 11101011101000011001101111101000100101001010000111101011101000011000111001000010 | eba19be894a1eba18e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)