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 | 茹c?哀 | 11100100101001011000001010000011001111111000100010100011 | e4a582833f88a3 |
EUC-JP | 茹c?哀 | 11101000101001111010001111100011001111111011000010100101 | e8a7a3e33fb0a5 |
UTF-8 | 茹c끇哀 | 111010001000110010111001111011111011110110000011111010111000000110000111111001011001001110000000 | e88cb9efbd83eb8187e59380 |
UHC | 茹c끇哀 | 1110011010101010101000111110001110000101101110111110010011101110 | e6aaa3e385bbe4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)