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 | 1110010010000110111000111010101001011001111001001000011011100011101010100110001001000101 | e486e3aa59e486e3aa6245 |
EUC-JP | 艷罨Y艷罨bE | 1110011111100110111001101010110001011001111001111110011011100110101011000110001001000101 | e7e6e6ac59e7e6e6ac6245 |
UTF-8 | 艷罨Y艷罨bE | 111010001000100110110111111001111011110110101000010110011110100010001001101101111110011110111101101010000110001001000101 | e889b7e7bda859e889b7e7bda86245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)