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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茁?除脛?? | 111110111001001100111111100011111001110011100011111110000011111100111111 | fb933f8f9ce3f83f3f |
EUC-JP | 茁?除脛?? | 10001111110101111101111000111111101111011111110011100110111110100011111100111111 | 8fd7de3fbdfce6fa3f3f |
UTF-8 | 茁렭除脛렯렱 | 111010001000110010000001111010111010000010101101111010011001100110100100111010001000010010011011111010111010000010101111111010111010000010110001 | e88c81eba0ade999a4e8849beba0afeba0b1 |
UHC | 茁렭除脛렯렱 | 111100011110100010001110101110101111000010110110110011001110101110001110101111001000111010111110 | f1e88ebaf0b6cceb8ebc8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)