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 | 瀨自鉸 | 111110110101000010001110101010011111101111001110 | fb508ea9fbce |
EUC-JP | ?自鉸 | 001111111011110010101011100011111110001111110010 | 3fbcab8fe3f2 |
UTF-8 | 瀨自鉸 | 111001111000000010101000111010001000011110101010111010011000100110111000 | e780a8e887aae989b8 |
UHC | 瀨自? | 1101011011101110111011011011101100111111 | d6eeedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)