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 | 蔟駕戎苙 | 1110010011110101100010011110110110001111010111101110010010011110 | e4f589ed8f5ee49e |
EUC-JP | 蔟駕戎苙 | 1110100011110111101100101110111110111101101111111110011111111110 | e8f7b2efbdbfe7fe |
UTF-8 | 蔟駕戎苙 | 111010001001010010011111111010011010011110010101111001101000100010001110111010001000101110011001 | e8949fe9a795e6888ee88b99 |
UHC | ?駕戎? | 001111111100101010111101111010111101010000111111 | 3fcabdebd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)