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 | 邉ゆク櫁ョ | 1110011110110011100000101110010010111000100111101110100010101110 | e7b382e4b89ee8ae |
EUC-JP | 邉ゆク櫁ョ | 11101110101101011010010011100110100011101011100011011100111010101000111010101110 | eeb5a4e68eb8dcea8eae |
UTF-8 | 邉ゆク櫁ョ | 111010011000001010001001111000111000001010000110111011111011110110111000111001101010101110000001111011111011110110101110 | e98289e38286efbdb8e6ab81efbdae |
UHC | ?ゆ??? | 001111111010101011100110001111110011111100111111 | 3faae63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)