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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?與?埃?? | 0011111111100100011011110011111110011010101110100011111100111111 | 3fe46f3f9aba3f3f |
EUC-JP | ?與?埃?? | 0011111111100111110100000011111111010100101111000011111100111111 | 3fe7d03fd4bc3f3f |
UTF-8 | 쒔與쒔埃렖렕 | 111011001001001010010100111010001000100010000111111011001001001010010100111001011001111110000011111010111010000010010110111010111010000010010101 | ec9294e88887ec9294e59f83eba096eba095 |
UHC | 쒔與쒔埃렖렕 | 101111101010110111100110101010001011111010101101111001001110111110001110101010111000111010101010 | beade6a8beade4ef8eab8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)