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 | 111001101011100010111101111010111001110110001000111010111001010010011000010110011110011010111000101111011110101110011101100010001110101110010100100110000110001001000101 | e6b8bdeb9d88eb949859e6b8bdeb9d88eb94986245 |
UHC | 渽띈딘Y渽띈딘bE | 111011101010101010110110111010001011010111110010010110011110111010101010101101101110100010110101111100100110001001000101 | eeaab6e8b5f259eeaab6e8b5f26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)