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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髢ケ證ョ蜈ア | 111010011001011010111001111001101001101010101110111001011000010110110001 | e996b9e69aaee585b1 |
EUC-JP | 髢ケ證ョ蜈ア | 111100011111011010001110101110011110101111111010100011101010111011101001111001011000111010110001 | f1f68eb9ebfa8eaee9e58eb1 |
UTF-8 | 髢ケ證ョ蜈ア | 111010011010101110100010111011111011110110111001111010001010110110001001111011111011110110101110111010001001110010001000111011111011110110110001 | e9aba2efbdb9e8ad89efbdaee89c88efbdb1 |
UHC | ??證?蜈? | 0011111100111111111100011111101100111111111010001010010100111111 | 3f3ff1fb3fe8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)