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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楔?譽小縟 | 100111101011011000111111111001101010001110001111101011001110001101110100 | 9eb63fe6a38face374 |
EUC-JP | 楔?譽小縟 | 110111001011100000111111111011001010010110111110101011101110010111010101 | dcb83feca5beaee5d5 |
UTF-8 | 楔뾑譽小縟 | 111001101010010110010100111010111011111010010001111010001010110110111101111001011011000010001111111001111011100010011111 | e6a594ebbe91e8adbde5b08fe7b89f |
UHC | 楔뾑譽小縟 | 11100000110110111001011101001111111001111110001011100001101100111110100110110010 | e0db974fe7e2e1b3e9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)