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 | 1000100011100010001111111000000101111001011011110100001001000110 | 88e23f81796f4246 |
EUC-JP | 遺?【oBF | 1011000011100100001111111010000111011010011011110100001001000110 | b0e43fa1da6f4246 |
UTF-8 | 遺ㅻ【oBF | 111010011000000110111010111000111000010110111011111000111000000010010000011011110100001001000110 | e981bae385bbe380906f4246 |
UHC | 遺ㅻ【oBF | 111010111011011010100100111010111010000110111100011011110100001001000110 | ebb6a4eba1bc6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)