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 | テ催仰、 | 110000111000110111000011100010111100001010100100 | c38dc38bc2a4 |
EUC-JP | テ催仰、 | 1000111011000011101110101100010110110110110001001000111010100100 | 8ec3bac5b6c48ea4 |
UTF-8 | テ催仰、 | 111011111011111010000011111001011000001010101100111001001011101110110000111011111011110110100100 | efbe83e582ace4bbb0efbda4 |
UHC | ?催仰? | 001111111111010111001010111001001110011000111111 | 3ff5cae4e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)