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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 緣욎쨵Y緣욎쨵bE | 111001111011011110100011111011001001101010001110111011001010100010110101010110011110011110110111101000111110110010011010100011101110110010101000101101010110001001000101 | e7b7a3ec9a8eeca8b559e7b7a3ec9a8eeca8b56245 |
UHC | 緣욎쨵Y緣욎쨵bE | 111001101101111010011110111011001010010010001111010110011110011011011110100111101110110010100100100011110110001001000101 | e6de9eeca48f59e6de9eeca48f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)