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 | 螻醍ィョ | 111001011011000110010001111001111010100010101110 | e5b191e7a8ae |
EUC-JP | 螻醍ィョ | 1110101010110011110000101110100110001110101010001000111010101110 | eab3c2e98ea88eae |
UTF-8 | 螻醍ィョ | 111010001001111010111011111010011000011010001101111011111011110110101000111011111011110110101110 | e89ebbe9868defbda8efbdae |
UHC | ?醍?? | 0011111111110000101101010011111100111111 | 3ff0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)