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 | ??旭?窪? | 0011111100111111100010001010111000111111100011000100010100111111 | 3f3f88ae3f8c453f |
EUC-JP | ??旭?窪? | 0011111100111111101100001011000000111111101101111010011000111111 | 3f3fb0b03fb7a63f |
UTF-8 | 吏렞旭렡窪렞 | 111011111010011110011110111010111010000010011110111001101001011110101101111010111010000010100001111001111010101010101010111010111010000010011110 | efa79eeba09ee697adeba0a1e7aaaaeba09e |
UHC | 吏렞旭렡窪렞 | 111011001010011110001110101011111110100111101111100011101011001011101000110000011000111010101111 | eca78eafe9ef8eb2e8c18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)