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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茹上ぇ | 111001001010010110001111111000111000001010100101 | e4a58fe382a5 |
EUC-JP | 茹上ぇ | 111010001010011110111110111001011010010010100111 | e8a7bee5a4a7 |
UTF-8 | 茹上ぇ | 111010001000110010111001111001001011100010001010111000111000000110000111 | e88cb9e4b88ae38187 |
UHC | 茹上ぇ | 111001101010101011011111101111101010101010100111 | e6aadfbeaaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)