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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 床擎}床擎{^ | 1000111110110000111110101100110001111101100011111011000011111010110011000111101101011110 | 8fb0facc7d8fb0facc7b5e |
EUC-JP | 床擎}床擎{^ | 10111110101100101000111111000001101001100111110110111110101100101000111111000001101001100111101101011110 | beb28fc1a67dbeb28fc1a67b5e |
UTF-8 | 床擎}床擎{^ | 111001011011101010001010111001101001001110001110011111011110010110111010100010101110011010010011100011100111101101011110 | e5ba8ae6938e7de5ba8ae6938e7b5e |
UHC | 床擎}床擎{^ | 1101111111001001110011001101011001111101110111111100100111001100110101100111101101011110 | dfc9ccd67ddfc9ccd67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)