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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 躬牘躬牘B | 111001110101101011100000101011111110011101011010111000001010111101000010 | e75ae0afe75ae0af42 |
EUC-JP | 躬牘躬牘B | 111011011011101111100000101100011110110110111011111000001011000101000010 | edbbe0b1edbbe0b142 |
UTF-8 | 躬牘躬牘B | 11101000101110101010110011100111100010011001100011101000101110101010110011100111100010011001100001000010 | e8baace78998e8baace7899842 |
UHC | 躬牘躬牘B | 110011111110010111010100101110101100111111100101110101001011101001000010 | cfe5d4bacfe5d4ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)