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 | ??H???? | 00111111001111110100100000111111001111110011111100111111 | 3f3f483f3f3f3f |
SJIS-WIN | ?端H?湛?達 | 00111111100100100101101101001000001111111001001001011000001111111001001001000010 | 3f925b483f92583f9242 |
EUC-JP | ?端H?湛?達 | 00111111110000111011110001001000001111111100001110111001001111111100001110100011 | 3fc3bc483fc3b93fc3a3 |
UTF-8 | 렺端H렺湛렺達 | 11101011101000001011101011100111101010111010111101001000111010111010000010111010111001101011100110011011111010111010000010111010111010011000000110010100 | eba0bae7abaf48eba0bae6b99beba0bae98194 |
UHC | 렺端H렺湛렺達 | 10001110110000101101001110101110010010001000111011000010110100111100000010001110110000101101001110111001 | 8ec2d3ae488ec2d3c08ec2d3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)