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 | 111011001010100110010100111011011001101010000100010110011110110010101001100101001110110110011010100001000110001001000101 | eca994ed9a8459eca994ed9a846245 |
UHC | 쩔횄Y쩔횄bE | 1100001010111111110000111000001101011001110000101011111111000011100000110110001001000101 | c2bfc38359c2bfc3836245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)