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 | 葬??^ | 1001000110010010001111110011111101011110 | 91923f3f5e |
EUC-JP | 葬??^ | 1100000111110010001111110011111101011110 | c1f23f3f5e |
UTF-8 | 葬ㅾ솮^ | 11101000100100011010110011100011100001011011111011101100100001101010111001011110 | e891ace385beec86ae5e |
UHC | 葬ㅾ솮^ | 11101101111101111010010011101110100110011010010001011110 | edf7a4ee99a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)