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 | 00111111001111111001110010111100011011110100001001000110 | 3f3f9cbc6f4246 |
EUC-JP | ??愍oBF | 00111111001111111101100010111110011011110100001001000110 | 3f3fd8be6f4246 |
UTF-8 | 섈삼愍oBF | 111011001000010010001000111011001000001010111100111001101000010010001101011011110100001001000110 | ec8488ec82bce6848d6f4246 |
UHC | 섈삼愍oBF | 101111001010101010111011111011111101101011000000011011110100001001000110 | bcaabbefdac06f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)