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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?閻}?閻{^ | 001111111110100010000101011111010011111111101000100001010111101101011110 | 3fe8857d3fe8857b5e |
EUC-JP | ?閻}?閻{^ | 001111111110111111100101011111010011111111101111111001010111101101011110 | 3fefe57d3fefe57b5e |
UTF-8 | 쒔閻}쒔閻{^ | 111011001001001010010100111010011001011010111011011111011110110010010010100101001110100110010110101110110111101101011110 | ec9294e996bb7dec9294e996bb7b5e |
UHC | 쒔閻}쒔閻{^ | 1011111010101101111001111010001001111101101111101010110111100111101000100111101101011110 | beade7a27dbeade7a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)