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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 担贈}Y担贈}bE | 10010010010100111001000110100001011111010101100110010010010100111001000110100001011111010110001001000101 | 925391a17d59925391a17d6245 |
EUC-JP | 担贈}Y担贈}bE | 11000011101101001100001010100011011111010101100111000011101101001100001010100011011111010110001001000101 | c3b4c2a37d59c3b4c2a37d6245 |
UTF-8 | 担贈}Y担贈}bE | 1110011010001011100001011110100010110100100010000111110101011001111001101000101110000101111010001011010010001000011111010110001001000101 | e68b85e8b4887d59e68b85e8b4887d6245 |
UHC | ?贈}Y?贈}bE | 0011111111110001111111000111110101011001001111111111000111111100011111010110001001000101 | 3ff1fc7d593ff1fc7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)