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 | 譏碑梢豢オ | 111001101001100010010100111010001000111110111101111001101011010010110101 | e69894e88fbde6b4b5 |
EUC-JP | 譏碑梢豢オ | 11101011111110001100100011101010101111101011111111101100101101101000111010110101 | ebf8c8eabebfecb68eb5 |
UTF-8 | 譏碑梢豢オ | 111010001010110110001111111001111010001010010001111001101010001010100010111010001011000110100010111011111011110110110101 | e8ad8fe7a291e6a2a2e8b1a2efbdb5 |
UHC | 譏碑梢?? | 1101000111000001110111011111100011110100111111100011111100111111 | d1c1ddf8f4fe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)