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 | ?但?棚?達 | 001111111001001001000001001111111001001001001001001111111001001001000010 | 3f92413f92493f9242 |
EUC-JP | ?但?棚?達 | 001111111100001110100010001111111100001110101010001111111100001110100011 | 3fc3a23fc3aa3fc3a3 |
UTF-8 | 렺但렺棚렺達 | 111010111010000010111010111001001011110110000110111010111010000010111010111001101010001110011010111010111010000010111010111010011000000110010100 | eba0bae4bd86eba0bae6a39aeba0bae98194 |
UHC | 렺但렺棚렺達 | 100011101100001011010011101000111000111011000010110111011101110010001110110000101101001110111001 | 8ec2d3a38ec2dddc8ec2d3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)