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 | 迥ョ雉埼ー | 1110011110001010101011101110100010110011100011011110100110110000 | e78aaee8b38de9b0 |
EUC-JP | 迥ョ雉埼ー | 11101101111010101000111010101110111100001011010110111010111010111000111010110000 | edea8eaef0b5baeb8eb0 |
UTF-8 | 迥ョ雉埼ー | 111010001011111110100101111011111011110110101110111010011001101110001001111001011001111110111100111011111011110110110000 | e8bfa5efbdaee99b89e59fbcefbdb0 |
UHC | ??雉埼? | 00111111001111111111011011001011110100001111001000111111 | 3f3ff6cbd0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)