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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?傭? | 00111111100101110110001000111111 | 3f97623f |
EUC-JP | ?傭? | 00111111110011011100001100111111 | 3fcdc33f |
UTF-8 | 쒔傭렊 | 111011001001001010010100111001011000001010101101111010111010000010001010 | ec9294e582adeba08a |
UHC | 쒔傭렊 | 101111101010110111101001101101101000111010100001 | beade9b68ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)