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 | 霆庭コォ | 111010001011101110010010111010111011101010101011 | e8bb92ebbaab |
EUC-JP | 霆庭コォ | 1111000010111101110001001110110110001110101110101000111010101011 | f0bdc4ed8eba8eab |
UTF-8 | 霆庭コォ | 111010011001110010000110111001011011101010101101111011111011110110111010111011111011110110101011 | e99c86e5baadefbdbaefbdab |
UHC | 霆庭?? | 111011111111110111101111110101000011111100111111 | effdefd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)