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 | ?ヨ?循 | 001111111000001110001000001111111000111101111010 | 3f83883f8f7a |
EUC-JP | ?ヨ?循 | 001111111010010111101000001111111011110111011011 | 3fa5e83fbddb |
UTF-8 | 歷ヨ쾮循 | 111011111010011010001100111000111000001110101000111011001011111010101110111001011011111010101010 | efa68ce383a8ecbeaee5beaa |
UHC | 歷ヨ쾮循 | 1110011010111000101010111110100010110010100001011110001011100000 | e6b8abe8b285e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)