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 | 遇畔?? | 100010111111011010010100110010000011111100111111 | 8bf694c83f3f |
EUC-JP | 遇畔?? | 101101101111100011001000110010100011111100111111 | b6f8c8ca3f3f |
UTF-8 | 遇畔깝뤈 | 111010011000000110000111111001111001010110010100111010101011100110011101111010111010010010001000 | e98187e79594eab99deba488 |
UHC | 遇畔깝뤈 | 1110100111100111110110101110110110110001111101011000111110111000 | e9e7daedb1f58fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)