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 | 鈺??認ζ? | 111110111100010000111111001111111001010001000110100000111100010000111111 | fbc43f3f944683c43f |
EUC-JP | 鈺??認ζ? | 10001111111000111101010100111111001111111100011110100111101001101100011000111111 | 8fe3d53f3fc7a7a6c63f |
UTF-8 | 鈺쎄맏認ζ납 | 1110100110001000101110101110110010001110100001001110101110100111100011111110100010101010100011011100111010110110111010111000001010101001 | e988baec8e84eba78fe8aa8dceb6eb82a9 |
UHC | 鈺쎄맏認ζ납 | 111010001010110110111101111010101011100010111010111011001110001110100101111001101011001110110011 | e8adbdeab8baece3a5e6b3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)