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 | 隱碕ケ作沿蠎 | 1110100010101010100011011110101010111001100011011110110010001001100010001110010110111010 | e8aa8deab98dec8988e5ba |
EUC-JP | 隱碕ケ作沿蠎 | 111100001010110010111010111011001000111010111001101110101110111010110001111010001110101010111100 | f0acbaec8eb9baeeb1e8eabc |
UTF-8 | 隱碕ケ作沿蠎 | 111010011001101010110001111001111010001010010101111011111011110110111001111001001011110110011100111001101011001010111111111010001010000010001110 | e99ab1e7a295efbdb9e4bd9ce6b2bfe8a08e |
UHC | 隱??作沿? | 111010111101111100111111001111111110110111000010111001101100110100111111 | ebdf3f3fedc2e6cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)