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 | ??螳??沓 | 0011111100111111111001011010111000111111001111111000110001000010 | 3f3fe5ae3f3f8c42 |
EUC-JP | ??螳??沓 | 0011111100111111111010101011000000111111001111111011011110100011 | 3f3feab03f3fb7a3 |
UTF-8 | 렻ㅔ螳렻ㅔ沓 | 111010111010000010111011111000111000010110010100111010001001111010110011111010111010000010111011111000111000010110010100111001101011001010010011 | eba0bbe38594e89eb3eba0bbe38594e6b293 |
UHC | 렻ㅔ螳렻ㅔ沓 | 100011101100001110100100110001001101001111011001100011101100001110100100110001001101001111001011 | 8ec3a4c4d3d98ec3a4c4d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)