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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 趙??闇 | 111001101110001000111111001111111000100011000101 | e6e23f3f88c5 |
EUC-JP | 趙??闇 | 111011001110010000111111001111111011000011000111 | ece43f3fb0c7 |
UTF-8 | 趙띄깃闇 | 111010001011011010011001111010111001110110000100111010101011100110000011111010011001011110000111 | e8b699eb9d84eab983e99787 |
UHC | 趙띄깃闇 | 1111000011100001101101101110011110110001111010101110010011100001 | f0e1b6e7b1eae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)