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 | 潁??泣?? | 1001111111110001001111110011111110001011100000110011111100111111 | 9ff13f3f8b833f3f |
EUC-JP | 潁??泣?? | 1101111011110011001111110011111110110101111000110011111100111111 | def33f3fb5e33f3f |
UTF-8 | 潁뺢랬泣쎽튋 | 111001101011110110000001111010111011101010100010111010111001111010101100111001101011001110100011111011001000111010111101111011011000101010001011 | e6bd81ebbaa2eb9eace6b3a3ec8ebded8a8b |
UHC | 潁뺢랬泣쎽튋 | 111001111011100010010101111010101011011110101000111010111110100010011011111001001011100110011111 | e7b895eab7a8ebe89be4b99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)