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 | 霆庭ー | 1110100010111011100100101110101110110000 | e8bb92ebb0 |
EUC-JP | 霆庭ー | 111100001011110111000100111011011000111010110000 | f0bdc4ed8eb0 |
UTF-8 | 霆庭ー | 111010011001110010000110111001011011101010101101111011111011110110110000 | e99c86e5baadefbdb0 |
UHC | 霆庭? | 1110111111111101111011111101010000111111 | effdefd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)