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 | 闕ウ莨∫剛 | 111010001000110110110011111001001011110010000001111001111000110110000100 | e88db3e4bc81e78d84 |
EUC-JP | 闕ウ莨∫剛 | 11101111111011011000111010110011111010001011111010100010111010011011100111100100 | efed8eb3e8bea2e9b9e4 |
UTF-8 | 闕ウ莨∫剛 | 111010011001011110010101111011111011110110110011111010001000111010101000111000101000100010101011111001011000100110011011 | e99795efbdb3e88ea8e288abe5899b |
UHC | 闕??∫剛 | 1100111111110100001111110011111110100001111100101100101110100111 | cff43f3fa1f2cba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)