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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逶幄f | 111001111001101110011011111010001000001010000110 | e79b9be88286 |
EUC-JP | 逶幄f | 111011011111101111010110111010101010001111100110 | edfbd6eaa3e6 |
UTF-8 | 逶幄f | 111010011000000010110110111001011011100110000100111011111011110110000110 | e980b6e5b984efbd86 |
UHC | ?幄f | 0011111111100100110000011010001111100110 | 3fe4c1a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)