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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???潁?B | 00111111001111110011111110011111111100010011111101000010 | 3f3f3f9ff13f42 |
EUC-JP | 璵??潁?B | 100011111100110011100110001111110011111111011110111100110011111101000010 | 8fcce63f3fdef33f42 |
UTF-8 | 璵붻랜潁욪B | 11100111100100101011010111101011101101101011101111101011100111101001110011100110101111011000000111101100100110101010101001000010 | e792b5ebb6bbeb9e9ce6bd81ec9aaa42 |
UHC | 璵붻랜潁욪B | 1110011010100101100101001110100010110111101000111110011110111000100111110100001001000010 | e6a594e8b7a3e7b89f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)