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 | ?腋??? | 001111111110001111111100001111110011111100111111 | 3fe3fc3f3f3f |
EUC-JP | ?腋??? | 001111111110011011111110001111110011111100111111 | 3fe6fe3f3f3f |
UTF-8 | 쒔腋쒀렺렊 | 111011001001001010010100111010001000010110001011111011001001001010000000111010111010000010111010111010111010000010001010 | ec9294e8858bec9280eba0baeba08a |
UHC | 쒔腋쒀렺렊 | 10111110101011011110010011111101101111101010110010001110110000101000111010100001 | beade4fdbeac8ec28ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)