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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏????? | 10001000110110000011111100111111001111110011111100111111 | 88d83f3f3f3f3f |
EUC-JP | 畏??濚?? | 101100001101101000111111001111111000111111001001101000010011111100111111 | b0da3f3f8fc9a13f3f |
UTF-8 | 畏뺧스濚㎩뼔 | 111001111001010110001111111010111011101010100111111011001000101010100100111001101011111110011010111000111000111010101001111010111011110010010100 | e7958febbaa7ec8aa4e6bf9ae38ea9ebbc94 |
UHC | 畏뺧스濚㎩뼔 | 111010001110011010010101111011111011110110111010111001111011100110100111111001011001011010011100 | e8e695efbdbae7b9a7e5969c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)