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 | 釭式淸鴫 | 1111101110111101100011101010111011111011010000111000111010110000 | fbbd8eaefb438eb0 |
EUC-JP | 釭式?鴫 | 1000111111100011101011111011110010110000001111111011110010110010 | 8fe3afbcb03fbcb2 |
UTF-8 | 釭式淸鴫 | 111010011000011110101101111001011011110010001111111001101011011110111000111010011011010010101011 | e987ade5bc8fe6b7b8e9b4ab |
UHC | ?式淸? | 001111111110001111010010111101001110100000111111 | 3fe3d2f4e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)