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 | 悅??瑤? | 11111010101111010011111100111111111010101010001000111111 | fabd3f3feaa23f |
EUC-JP | ???瑤? | 001111110011111100111111111101001010010000111111 | 3f3f3ff4a43f |
UTF-8 | 悅덄뜔瑤쏝 | 111001101000001010000101111010111000110110000100111010111001110010010100111001111001000110100100111011001000111110011101 | e68285eb8d84eb9c94e791a4ec8f9d |
UHC | 悅덄뜔瑤쏝 | 11100110111011011000100011100111100011011001011111101000111111011001110001000010 | e6ed88e78d97e8fd9c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)