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 | 100100011110011100111111010110011001000111100111001111110110001001000101 | 91e73f5991e73f6245 |
EUC-JP | 醍?Y醍?bE | 110000101110100100111111010110011100001011101001001111110110001001000101 | c2e93f59c2e93f6245 |
UTF-8 | 醍넸Y醍넸bE | 111010011000011010001101111010111000010010111000010110011110100110000110100011011110101110000100101110000110001001000101 | e9868deb84b859e9868deb84b86245 |
UHC | 醍넸Y醍넸bE | 1111000010110101101100111101111001011001111100001011010110110011110111100110001001000101 | f0b5b3de59f0b5b3de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)