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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 弱??h弱?? | 100011101110001100111111001111110110100010001110111000110011111100111111 | 8ee33f3f688ee33f3f |
EUC-JP | 弱??h弱?? | 101111001110010100111111001111110110100010111100111001010011111100111111 | bce53f3f68bce53f3f |
UTF-8 | 弱낁ㄵh弱낁ㄵ | 11100101101111001011000111101011100000101000000111100011100001001011010101101000111001011011110010110001111010111000001010000001111000111000010010110101 | e5bcb1eb8281e384b568e5bcb1eb8281e384b5 |
UHC | 弱낁ㄵh弱낁ㄵ | 11100101101100001000010111101000101001001010010101101000111001011011000010000101111010001010010010100101 | e5b085e8a4a568e5b085e8a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)