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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???雄??? | 0011111100111111001111111001011101011001001111110011111100111111 | 3f3f3f97593f3f3f |
EUC-JP | ???雄??? | 0011111100111111001111111100110110111010001111110011111100111111 | 3f3f3fcdba3f3f3f |
UTF-8 | 롐롍렍雄렪롐롍 | 111010111010000110010000111010111010000110001101111010111010000010001101111010011001101110000100111010111010000010101010111010111010000110010000111010111010000110001101 | eba190eba18deba08de99b84eba0aaeba190eba18d |
UHC | 롐롍렍雄렪롐롍 | 1000111011010110100011101101001110001110101000111110101010101001100011101011100010001110110101101000111011010011 | 8ed68ed38ea3eaa98eb88ed68ed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)