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 | 眤滸鬣豎 | 1110000111000000100111111111010111101001101001011110011010110001 | e1c09ff5e9a5e6b1 |
EUC-JP | 眤滸鬣豎 | 1110001011000010110111101111011111110010101001111110110010110011 | e2c2def7f2a7ecb3 |
UTF-8 | 眤滸鬣豎 | 111001111001110010100100111001101011101110111000111010011010110010100011111010001011000110001110 | e79ca4e6bbb8e9aca3e8b18e |
UHC | ?滸?? | 0011111111111011110010100011111100111111 | 3ffbca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)