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 | 伍??揖?? | 1000110011011110001111110011111110010111010010110011111100111111 | 8cde3f3f974b3f3f |
EUC-JP | 伍??揖?? | 1011100011100000001111110011111111001101101011000011111100111111 | b8e03f3fcdac3f3f |
UTF-8 | 伍듬벝揖덂틫 | 111001001011110010001101111010111001001110101100111010111011001010011101111001101000111110010110111010111000110110000010111011011000101110101011 | e4bc8deb93acebb29de68f96eb8d82ed8bab |
UHC | 伍듬벝揖덂틫 | 111001111110101010110101111010111001001110111000111010111110011110001000111001011011101010010101 | e7eab5eb93b8ebe788e5ba95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)