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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謳野「ろ徴 | 111001101001000010010110111011001010001010000010111010111001001010100101 | e69096eca282eb92a5 |
EUC-JP | 謳野「ろ徴 | 11101011111100001100110011101110100011101010001010100100111011011100010010100111 | ebf0ccee8ea2a4edc4a7 |
UTF-8 | 謳野「ろ徴 | 111010001010110010110011111010011000011110001110111011111011110110100010111000111000001010001101111001011011111010110100 | e8acb3e9878eefbda2e3828de5beb4 |
UHC | 謳野?ろ? | 1100111111000100111001011010111100111111101010101110110100111111 | cfc4e5af3faaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)