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 | 霆丞渕 | 111010001011101110001111111001011001111110111010 | e8bb8fe59fba |
EUC-JP | 霆丞渕 | 111100001011110110111110111001111101111010111100 | f0bdbee7debc |
UTF-8 | 霆丞渕 | 111010011001110010000110111001001011100010011110111001101011100010010101 | e99c86e4b89ee6b895 |
UHC | 霆丞? | 1110111111111101111000111010101000111111 | effde3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)