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 | ?μ?厄 | 001111111000001111001010001111111001011011101111 | 3f83ca3f96ef |
EUC-JP | ?μ?厄 | 001111111010011011001100001111111100110011110001 | 3fa6cc3fccf1 |
UTF-8 | 銳μ꽟厄 | 1110100110001010101100111100111010111100111010101011110110011111111001011000111010000100 | e98ab3cebceabd9fe58e84 |
UHC | 銳μ꽟厄 | 1110011111100101101001011110110010000100101011001110010011111000 | e7e5a5ec84ace4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)