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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 劑伎?? | 100110011001110110001010111010100011111100111111 | 999d8aea3f3f |
EUC-JP | 劑伎?? | 110100011111110110110100111011000011111100111111 | d1fdb4ec3f3f |
UTF-8 | 劑伎렩렭 | 111001011000101010010001111001001011110010001110111010111010000010101001111010111010000010101101 | e58a91e4bc8eeba0a9eba0ad |
UHC | 劑伎렩렭 | 1111000010100101110100001110101110001110101101111000111010111010 | f0a5d0eb8eb78eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)