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 | 111001011000110110000100111010111001110110001100111010111000100010111100010110011110010110001101100001001110101110011101100011001110101110001000101111000110001001000101 | e58d84eb9d8ceb88bc59e58d84eb9d8ceb88bc6245 |
UHC | 卄띌눼Y卄띌눼bE | 111011001111111010110110111010011011010010110100010110011110110011111110101101101110100110110100101101000110001001000101 | ecfeb6e9b4b459ecfeb6e9b4b46245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)