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 | 亦??? | 1001011010010010001111110011111100111111 | 96923f3f3f |
EUC-JP | 亦??? | 1100101111110010001111110011111100111111 | cbf23f3f3f |
UTF-8 | 亦쇗뎴念 | 111001001011101010100110111011001000011110010111111010111000111010110100111011111010011010100011 | e4baa6ec8797eb8eb4efa6a3 |
UHC | 亦쇗뎴念 | 1110011010110010101111001110011010001001100001111110011011110110 | e6b2bce68987e6f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)