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 | 穩ャ?踰?? | 111000100111001010000011100000110011111111100110111110100011111100111111 | e27283833fe6fa3f3f |
EUC-JP | 穩ャ?踰?? | 111000111101001110100101111000110011111111101100111111000011111100111111 | e3d3a5e33fecfc3f3f |
UTF-8 | 穩ャ꺀踰ㅶ뵺 | 111001111010100110101001111000111000001110100011111010101011101010000000111010001011100010110000111000111000010110110110111010111011010110111010 | e7a9a9e383a3eaba80e8b8b0e385b6ebb5ba |
UHC | 穩ャ꺀踰ㅶ뵺 | 111010001011000110101011111000111000001110101001111010111011001010100100111001101001010010111000 | e8b1abe383a9ebb2a4e694b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)