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 | ?η?畏 | 001111111000001111000101001111111000100011011000 | 3f83c53f88d8 |
EUC-JP | ?η?畏 | 001111111010011011000111001111111011000011011010 | 3fa6c73fb0da |
UTF-8 | 降η뮵畏 | 1110111110101000100010011100111010110111111010111010111010110101111001111001010110001111 | efa889ceb7ebaeb5e7958f |
UHC | 降η뮵畏 | 1111101010100010101001011110011110010010101111011110100011100110 | faa2a5e792bde8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)