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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諤場キ晤廠 | 111001101000000010001111111010101011011110011101111010111000111110110001 | e6808feab79deb8fb1 |
EUC-JP | 諤場キ晤廠 | 11101011111000001011111011101100100011101011011111011010111011011011111010110011 | ebe0beec8eb7daedbeb3 |
UTF-8 | 諤場キ晤廠 | 111010001010101110100100111001011010000010110100111011111011110110110111111001101001100110100100111001011011101110100000 | e8aba4e5a0b4efbdb7e699a4e5bba0 |
UHC | ?場?晤廠 | 0011111111101101110111100011111111100111111110111111001111011111 | 3fedde3fe7fbf3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)