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 | 111011111010011110001101111010111011101010100011111011001001000110000000010110011110111110100111100011011110101110111010101000111110110010010001100000000110001001000101 | efa78debbaa3ec918059efa78debbaa3ec91806245 |
UHC | 留뺣쑀Y留뺣쑀bE | 111010111010011110010101111010111001110010100000010110011110101110100111100101011110101110011100101000000110001001000101 | eba795eb9ca059eba795eb9ca06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)