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 | 1110000011010010111000001011110001011001111000001101001011100000101111000110001001000101 | e0d2e0bc59e0d2e0bc6245 |
EUC-JP | 默狆Y默狆bE | 1110000011010100111000001011111001011001111000001101010011100000101111100110001001000101 | e0d4e0be59e0d4e0be6245 |
UTF-8 | 默狆Y默狆bE | 111010011011101110011000111001111000101110000110010110011110100110111011100110001110011110001011100001100110001001000101 | e9bb98e78b8659e9bb98e78b866245 |
UHC | 默?Y默?bE | 110110011111100100111111010110011101100111111001001111110110001001000101 | d9f93f59d9f93f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)