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 | 隴牙ッゃ | 11101000101011011000100111100101101011111000001011100001 | e8ad89e5af82e1 |
EUC-JP | 隴牙ッゃ | 1111000010101111101100101110011110001110101011111010010011100011 | f0afb2e78eafa4e3 |
UTF-8 | 隴牙ッゃ | 111010011001101010110100111001111000100110011001111011111011110110101111111000111000001010000011 | e99ab4e78999efbdafe38283 |
UHC | ?牙?ゃ | 001111111110010010110011001111111010101011100011 | 3fe4b33faae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)