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 | 壯??潁?? | 1001101011100001001111110011111110011111111100010011111100111111 | 9ae13f3f9ff13f3f |
EUC-JP | 壯??潁?? | 1101010011100011001111110011111111011110111100110011111100111111 | d4e33f3fdef33f3f |
UTF-8 | 壯쀩뇠潁욆덱 | 111001011010001110101111111011001000000010101001111010111000011110100000111001101011110110000001111011001001101010000110111010111000110110110001 | e5a3afec80a9eb87a0e6bd81ec9a86eb8db1 |
UHC | 壯쀩뇠潁욆덱 | 111011011110000010010111111010011000011110001000111001111011100010011110111010001011010110100110 | ede097e98788e7b89ee8b5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)