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 | 訷ー阨顔明 | 111110111010010010110000111010001001010110001010111001111001011010111110 | fba4b0e8958ae796be |
EUC-JP | 訷ー阨顔明 | 1000111111011101110101001000111010110000111011111111010110110100111010011100110011000000 | 8fddd48eb0eff5b4e9ccc0 |
UTF-8 | 訷ー阨顔明 | 111010001010100010110111111011111011110110110000111010011001100010101000111010011010000110010100111001101001100010001110 | e8a8b7efbdb0e998a8e9a194e6988e |
UHC | ???顔明 | 00111111001111110011111111100100110101001101100110100101 | 3f3f3fe4d4d9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)