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 | 111011001011000110010111111011011001101010100100010110011110110010110001100101111110110110011010101001000110001001000101 | ecb197ed9aa459ecb197ed9aa46245 |
UHC | 챗횤Y챗횤bE | 1100001110101010110000111001101101011001110000111010101011000011100110110110001001000101 | c3aac39b59c3aac39b6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)