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 | ?權??鷹ゲ | 001111111001111011011100001111110011111110010001111010011000001101010001 | 3f9edc3f3f91e98351 |
EUC-JP | ?權??鷹ゲ | 001111111101110011011110001111110011111111000010111010111010010110110010 | 3fdcde3f3fc2eba5b2 |
UTF-8 | 룶權㈐룫鷹ゲ | 111010111010001110110110111001101010110010001010111000111000100010010000111010111010001110101011111010011011011110111001111000111000001010110010 | eba3b6e6ac8ae38890eba3abe9b7b9e382b2 |
UHC | 룶權㈐룫鷹ゲ | 100011111010101111001111111011011010100111000001100011111010001011101011111011011010101110110010 | 8fabcfeda9c18fa2ebedabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)