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 | 鈺????? | 11111011110001000011111100111111001111110011111100111111 | fbc43f3f3f3f3f |
EUC-JP | 鈺??沅?? | 10001111111000111101010100111111001111111000111111000110111010010011111100111111 | 8fe3d53f3f8fc6e93f3f |
UTF-8 | 鈺쎌렲沅녺퉯 | 111010011000100010111010111011001000111010001100111010111010000010110010111001101011001010000101111010111000010110111010111011011000100110101111 | e988baec8e8ceba0b2e6b285eb85baed89af |
UHC | 鈺쎌렲沅녺퉯 | 111010001010110110111101111011001000111010111111111010101011011010000110111001111011100110000111 | e8adbdec8ebfeab686e7b987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)