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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 렺읖렍Y렺읖렍bE | 111010111010000010111010111011001001110110010110111010111010000010001101010110011110101110100000101110101110110010011101100101101110101110100000100011010110001001000101 | eba0baec9d96eba08d59eba0baec9d96eba08d6245 |
UHC | 렺읖렍Y렺읖렍bE | 100011101100001011000000110001011000111010100011010110011000111011000010110000001100010110001110101000110110001001000101 | 8ec2c0c58ea3598ec2c0c58ea36245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)