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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辿狸鉄 | 100100100100100010010010010010111001001101010011 | 9248924b9353 |
EUC-JP | 辿狸鉄 | 110000111010100111000011101011001100010110110100 | c3a9c3acc5b4 |
UTF-8 | 辿狸鉄 | 111010001011111010111111111001111000101110111000111010011000100110000100 | e8bebfe78bb8e98984 |
UHC | ?狸? | 00111111110101111110000100111111 | 3fd7e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)