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 | 症?縞? | 100011111100011100111111100011101100100000111111 | 8fc73f8ec83f |
EUC-JP | 症?縞? | 101111101100100100111111101111001100101000111111 | bec93fbcca3f |
UTF-8 | 症렜縞렱 | 111001111001011110000111111010111010000010011100111001111011100010011110111010111010000010110001 | e79787eba09ce7b89eeba0b1 |
UHC | 症렜縞렱 | 1111000111111000100011101010111011111011110101101000111010111110 | f1f88eaefbd68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)