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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テ淌船テ淌船^ | 1100001110011111110000111001000101000100110000111001111111000011100100010100010001011110 | c39fc39144c39fc391445e |
EUC-JP | テ淌船テ淌船^ | 10001110110000111101111011000101110000011010010110001110110000111101111011000101110000011010010101011110 | 8ec3dec5c1a58ec3dec5c1a55e |
UTF-8 | テ淌船テ淌船^ | 11101111101111101000001111100110101101111000110011101000100010001011100111101111101111101000001111100110101101111000110011101000100010001011100101011110 | efbe83e6b78ce888b9efbe83e6b78ce888b95e |
UHC | ??船??船^ | 001111110011111111100000110011110011111100111111111000001100111101011110 | 3f3fe0cf3f3fe0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)