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 | 予??缸? | 10010111010111000011111100111111111000111001110100111111 | 975c3f3fe39d3f |
EUC-JP | 予??缸? | 11001101101111010011111100111111111001011111110100111111 | cdbd3f3fe5fd3f |
UTF-8 | 予쀬옃缸뗰 | 111001001011101010001000111011001000000010101100111011001001100010000011111001111011110010111000111010111001011110110000 | e4ba88ec80acec9883e7bcb8eb97b0 |
UHC | 予쀬옃缸뗰 | 11100101111110001001011111101100100111101000111111111001111111001000101111101111 | e5f897ec9e8ff9fc8bef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)