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 | 穩ャ?苡?? | 111000100111001010000011100000110011111111100100100011110011111100111111 | e27283833fe48f3f3f |
EUC-JP | 穩ャ?苡?? | 111000111101001110100101111000110011111111100111111011110011111100111111 | e3d3a5e33fe7ef3f3f |
UTF-8 | 穩ャ깿苡닷츐 | 111001111010100110101001111000111000001110100011111010101011100110111111111010001000101110100001111010111000101110110111111011001011100010010000 | e7a9a9e383a3eab9bfe88ba1eb8bb7ecb890 |
UHC | 穩ャ깿苡닷츐 | 111010001011000110101011111000111000001110101000111011001011111010110100111001011010111010001011 | e8b1abe383a8ecbeb4e5ae8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)