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 | 悌??牟 | 100100101110111000111111001111111001011010110100 | 92ee3f3f96b4 |
EUC-JP | 悌泮?牟 | 1100010011110000100011111100011110101000001111111100110010110110 | c4f08fc7a83fccb6 |
UTF-8 | 悌泮렓牟 | 111001101000001010001100111001101011001110101110111010111010000010010011111001111000100110011111 | e6828ce6b3aeeba093e7899f |
UHC | 悌泮렓牟 | 1111000010101010110110101110101010001110101010001101100110111111 | f0aadaea8ea8d9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)