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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 郤醐住oBF | 111001111011101010001100111011011000111101011010011011110100001001000110 | e7ba8ced8f5a6f4246 |
EUC-JP | 郤醐住oBF | 111011101011110010111000111011111011110110111011011011110100001001000110 | eebcb8efbdbb6f4246 |
UTF-8 | 郤醐住oBF | 111010011000001110100100111010011000011010010000111001001011110110001111011011110100001001000110 | e983a4e98690e4bd8f6f4246 |
UHC | ??住oBF | 00111111001111111111000110101100011011110100001001000110 | 3f3ff1ac6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)