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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雲????鎔 | 1000100101011111001111110011111100111111001111111110100001001111 | 895f3f3f3f3fe84f |
EUC-JP | 雲???紈鎔 | 10110001110000000011111100111111001111111000111111010011110011011110111110110000 | b1c03f3f3f8fd3cdefb0 |
UTF-8 | 雲띤헉뤈紈鎔 | 111010011001101110110010111010111001110110100100111011011001011110001001111010111010010010001000111001111011010010001000111010011000111010010100 | e99bb2eb9da4ed9789eba488e7b488e98e94 |
UHC | 雲띤헉뤈紈鎔 | 111010101010001110110110111011011100011111100100100011111011100011111100101111001110100111001010 | eaa3b6edc7e48fb8fcbce9ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)