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 | 100111101011100000111111010110011001111010111000001111110110001001000101 | 9eb83f599eb83f6245 |
EUC-JP | 楮?Y楮?bE | 110111001011101000111111010110011101110010111010001111110110001001000101 | dcba3f59dcba3f6245 |
UTF-8 | 楮줏Y楮줏bE | 111001101010010110101110111011001010010010001111010110011110011010100101101011101110110010100100100011110110001001000101 | e6a5aeeca48f59e6a5aeeca48f6245 |
UHC | 楮줏Y楮줏bE | 1110111010111111110000011101111001011001111011101011111111000001110111100110001001000101 | eebfc1de59eebfc1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)