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 | 潁??鴨?? | 1001111111110001001111110011111110001010100110110011111100111111 | 9ff13f3f8a9b3f3f |
EUC-JP | 潁??鴨?? | 1101111011110011001111110011111110110011111110110011111100111111 | def33f3fb3fb3f3f |
UTF-8 | 潁뷸퓼鴨김♧ | 111001101011110110000001111010111011011110111000111011011001001110111100111010011011010010101000111010101011100110000000111000101001100110100111 | e6bd81ebb7b8ed93bce9b4a8eab980e299a7 |
UHC | 潁뷸퓼鴨김♧ | 111001111011100010111010111001101011111110100000111001001110010110110001111010001010001010111111 | e7b8bae6bfa0e4e5b1e8a2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)