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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甕??饒? | 11100001010100000011111100111111111010010110000000111111 | e1503f3fe9603f |
EUC-JP | 甕??饒? | 11100001101100010011111100111111111100011100000100111111 | e1b13f3ff1c13f |
UTF-8 | 甕앲쨶饒랡 | 111001111001010010010101111011001001010110110010111011001010100010110110111010011010010110010010111010111001111010100001 | e79495ec95b2eca8b6e9a592eb9ea1 |
UHC | 甕앲쨶饒랡 | 11101000101110001001110111101000101001001001000011101001101011101000111001000010 | e8b89de8a490e9ae8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)