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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
UTF-8 | 잢曆Y잢曆bE | 111011001001111010100010111011111010011010001011010110011110110010011110101000101110111110100110100010110110001001000101 | ec9ea2efa68b59ec9ea2efa68b6245 |
UHC | 잢曆Y잢曆bE | 1001111111110001111001101011011101011001100111111111000111100110101101110110001001000101 | 9ff1e6b7599ff1e6b76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)