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 | ??螟??暮 | 0011111100111111111001011010010000111111001111111001010111101001 | 3f3fe5a43f3f95e9 |
EUC-JP | ??螟??暮 | 0011111100111111111010101010011000111111001111111100101011101011 | 3f3feaa63f3fcaeb |
UTF-8 | 렻ㅔ螟렻ㅔ暮 | 111010111010000010111011111000111000010110010100111010001001111010011111111010111010000010111011111000111000010110010100111001101001101010101110 | eba0bbe38594e89e9feba0bbe38594e69aae |
UHC | 렻ㅔ螟렻ㅔ暮 | 100011101100001110100100110001001101100110101101100011101100001110100100110001001101100110111010 | 8ec3a4c4d9ad8ec3a4c4d9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)