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 | マ穗}マ穗{^ | 110011111110001001101110011111011100111111100010011011100111101101011110 | cfe26e7dcfe26e7b5e |
EUC-JP | マ穗}マ穗{^ | 1000111011001111111000111100111101111101100011101100111111100011110011110111101101011110 | 8ecfe3cf7d8ecfe3cf7b5e |
UTF-8 | マ穗}マ穗{^ | 111011111011111010001111111001111010100110010111011111011110111110111110100011111110011110101001100101110111101101011110 | efbe8fe7a9977defbe8fe7a9977b5e |
UHC | ?穗}?穗{^ | 001111111110001010110100011111010011111111100010101101000111101101011110 | 3fe2b47d3fe2b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)