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 | 種??霽 | 100011101110110100111111001111111110100011000111 | 8eed3f3fe8c7 |
EUC-JP | 種??霽 | 101111001110111100111111001111111111000011001001 | bcef3f3ff0c9 |
UTF-8 | 種渴껌霽 | 111001111010100010101110111001101011100010110100111010101011101110001100111010011001110010111101 | e7a8aee6b8b4eabb8ce99cbd |
UHC | 種渴껌霽 | 1111000011111010110010101110010010110010101011011111000010111000 | f0facae4b2adf0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)