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 | ?{N}?{N{^ | 001111110111101101001110011111010011111101111011010011100111101101011110 | 3f7b4e7d3f7b4e7b5e |
SJIS-WIN | 俄{N}俄{N{^ | 1000100111100010011110110100111001111101100010011110001001111011010011100111101101011110 | 89e27b4e7d89e27b4e7b5e |
EUC-JP | 俄{N}俄{N{^ | 1011001011100100011110110100111001111101101100101110010001111011010011100111101101011110 | b2e47b4e7db2e47b4e7b5e |
UTF-8 | 俄{N}俄{N{^ | 11100100101111111000010001111011010011100111110111100100101111111000010001111011010011100111101101011110 | e4bf847b4e7de4bf847b4e7b5e |
UHC | 俄{N}俄{N{^ | 1110010010101101011110110100111001111101111001001010110101111011010011100111101101011110 | e4ad7b4e7de4ad7b4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)