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 | 霆企ケソ | 111010001011101110001010111010011011100110111111 | e8bb8ae9b9bf |
EUC-JP | 霆企ケソ | 1111000010111101101101001110101110001110101110011000111010111111 | f0bdb4eb8eb98ebf |
UTF-8 | 霆企ケソ | 111010011001110010000110111001001011110010000001111011111011110110111001111011111011110110111111 | e99c86e4bc81efbdb9efbdbf |
UHC | 霆企?? | 111011111111110111010000111010100011111100111111 | effdd0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)