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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邊先淀蝴 | 1110011110110010100100001110011010010111100001001110010110011010 | e7b290e69784e59a |
EUC-JP | 邊先淀蝴 | 1110111010110100110000001110100011001101111001001110100111111010 | eeb4c0e8cde4e9fa |
UTF-8 | 邊先淀蝴 | 111010011000001010001010111001011000010110001000111001101011011110000000111010001001110110110100 | e9828ae58588e6b780e89db4 |
UHC | 邊先淀蝴 | 1101110010101011111000001011101111101111111000111111101111011101 | dcabe0bbefe3fbdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)