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 | テ、テ慊仰 | 11000011101001001100001110011100110000101000101111000010 | c3a4c39cc28bc2 |
EUC-JP | テ、テ慊仰 | 10001110110000111000111010100100100011101100001111011000110001001011011011000100 | 8ec38ea48ec3d8c4b6c4 |
UTF-8 | テ、テ慊仰 | 111011111011111010000011111011111011110110100100111011111011111010000011111001101000010110001010111001001011101110110000 | efbe83efbda4efbe83e6858ae4bbb0 |
UHC | ???慊仰 | 00111111001111110011111111001100110000111110010011100110 | 3f3f3fccc3e4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)