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 | ºüBU | 10111010111111000100001001010101 | bafc4255 |
SJIS-WIN | ??BU | 00111111001111110100001001010101 | 3f3f4255 |
EUC-JP | ºüBU | 1000111110100010111010111000111110101011111001000100001001010101 | 8fa2eb8fabe44255 |
UTF-8 | ºüBU | 110000101011101011000011101111000100001001010101 | c2bac3bc4255 |
UHC | º?BU | 1010100010101100001111110100001001010101 | a8ac3f4255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)