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 | 碇?艤??? | 1001001011110100001111111110010001111110001111110011111100111111 | 92f43fe47e3f3f3f |
EUC-JP | 碇?艤??? | 1100010011110110001111111110011111011111001111110011111100111111 | c4f63fe7df3f3f3f |
UTF-8 | 碇렯艤찔렰렡 | 111001111010001010000111111010111010000010101111111010001000100110100100111011001011000010010100111010111010000010110000111010111010000010100001 | e7a287eba0afe889a4ecb094eba0b0eba0a1 |
UHC | 碇렯艤찔렰렡 | 111011111110110110001110101111001110101111111010110000101111000110001110101111011000111010110010 | efed8ebcebfac2f18ebd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)