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 | 粨岳}粨岳{^ | 1110001011101000100010100111100001111101111000101110100010001010011110000111101101011110 | e2e88a787de2e88a787b5e |
EUC-JP | 粨岳}粨岳{^ | 1110010011101010101100111101100101111101111001001110101010110011110110010111101101011110 | e4eab3d97de4eab3d97b5e |
UTF-8 | 粨岳}粨岳{^ | 111001111011001010101000111001011011001010110011011111011110011110110010101010001110010110110010101100110111101101011110 | e7b2a8e5b2b37de7b2a8e5b2b37b5e |
UHC | ?岳}?岳{^ | 001111111110010010111111011111010011111111100100101111110111101101011110 | 3fe4bf7d3fe4bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)