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 | ???疑?? | 00111111001111110011111110001011010111100011111100111111 | 3f3f3f8b5e3f3f |
EUC-JP | ???疑?? | 00111111001111110011111110110101101111110011111100111111 | 3f3f3fb5bf3f3f |
UTF-8 | 了쏅냱疑롳쭓 | 111011111010011010111010111011001000111110000101111010111000001110110001111001111001011010010001111010111010000110110011111011001010110110010011 | efa6baec8f85eb83b1e79691eba1b3ecad93 |
UHC | 了쏅냱疑롳쭓 | 111010001110011110011011111010111000011010000001111010111111011110001110111011111010011110001011 | e8e79beb8681ebf78eefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)