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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?西????? | 0011111110010000101111000011111100111111001111110011111100111111 | 3f90bc3f3f3f3f3f |
EUC-JP | ?西????? | 0011111111000000101111100011111100111111001111110011111100111111 | 3fc0be3f3f3f3f3f |
UTF-8 | 렊西롆쒔롊쒔玲 | 111010111010000010001010111010001010010110111111111010111010000110000110111011001001001010010100111010111010000110001010111011001001001010010100111011111010011010101101 | eba08ae8a5bfeba186ec9294eba18aec9294efa6ad |
UHC | 렊西롆쒔롊쒔玲 | 1000111010100001111000001010010010001110110011001011111010101101100011101101000010111110101011011110011110111111 | 8ea1e0a48eccbead8ed0beade7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)