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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 菴?仙^ | 111001001011110100111111100100001110010101011110 | e4bd3f90e55e |
EUC-JP | 菴?仙^ | 111010001011111100111111110000001110011101011110 | e8bf3fc0e75e |
UTF-8 | 菴밥仙^ | 11101000100011111011010011101011101100001010010111100100101110111001100101011110 | e88fb4ebb0a5e4bb995e |
UHC | 菴밥仙^ | 11100100111000001011100111100100111000001011100101011110 | e4e0b9e4e0b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)