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 | 屑潟錫 | 100010111111101110001010100000111000111011100000 | 8bfb8a838ee0 |
EUC-JP | 屑潟錫 | 101101101111110110110011111000111011110011100010 | b6fdb3e3bce2 |
UTF-8 | 屑潟錫 | 111001011011000110010001111001101011110110011111111010011000110010101011 | e5b191e6bd9fe98cab |
UHC | 屑潟錫 | 111000001101101011100000101100111110000010111000 | e0dae0b3e0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)