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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遲ョ遖ァ | 111001111010110110101110111001111010011010100111 | e7adaee7a6a7 |
EUC-JP | 遲ョ遖ァ | 1110111010101111100011101010111011101110101010001000111010100111 | eeaf8eaeeea88ea7 |
UTF-8 | 遲ョ遖ァ | 111010011000000110110010111011111011110110101110111010011000000110010110111011111011110110100111 | e981b2efbdaee98196efbda7 |
UHC | 遲??? | 1111001011000000001111110011111100111111 | f2c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)