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 | 畑??韋?? | 1001010010101000001111110011111111101000111010000011111100111111 | 94a83f3fe8e83f3f |
EUC-JP | 畑??韋?? | 1100100010101010001111110011111111110000111010100011111100111111 | c8aa3f3ff0ea3f3f |
UTF-8 | 畑룹뇠韋귛뜄 | 111001111001010110010001111010111010001110111001111010111000011110100000111010011001111110001011111010101011011110011011111010111001110010000100 | e79591eba3b9eb87a0e99f8beab79beb9c84 |
UHC | 畑룹뇠韋귛뜄 | 111011111010010110110111111011001000011110001000111010101101111110000010111001011000110110001000 | efa5b7ec8788eadf82e58d88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)