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 | 茹上ぇ茱 | 1110010010100101100011111110001110000010101001011110010010100011 | e4a58fe382a5e4a3 |
EUC-JP | 茹上ぇ茱 | 1110100010100111101111101110010110100100101001111110100010100101 | e8a7bee5a4a7e8a5 |
UTF-8 | 茹上ぇ茱 | 111010001000110010111001111001001011100010001010111000111000000110000111111010001000110010110001 | e88cb9e4b88ae38187e88cb1 |
UHC | 茹上ぇ茱 | 1110011010101010110111111011111010101010101001111110001010111100 | e6aadfbeaaa7e2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)