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 | 炅爾瀨 | 111110110101000110001110101000101111101101010000 | fb518ea2fb50 |
EUC-JP | 炅爾? | 100011111100100111001010101111001010010000111111 | 8fc9cabca43f |
UTF-8 | 炅爾瀨 | 111001111000001010000101111001111000100010111110111001111000000010101000 | e78285e788bee780a8 |
UHC | 炅爾瀨 | 110011001101110111101100101100111101011011101110 | ccddecb3d6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)