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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | リウ^ | 1101100011111000110011111011001101011110 | d8f8cfb35e |
EUC-JP | リ?ウ^ | 100011101101100000111111100011101011001101011110 | 8ed83f8eb35e |
UTF-8 | リウ^ | 11101111101111101001100011101110100110011010111011101111101111011011001101011110 | efbe98ee99aeefbdb35e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)