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 | 涅??溢 | 100111111011100000111111001111111000100011101100 | 9fb83f3f88ec |
EUC-JP | 涅??溢 | 110111101011101000111111001111111011000011101110 | deba3f3fb0ee |
UTF-8 | 涅곌꼇溢 | 111001101011011010000101111010101011001110001100111010101011110010000111111001101011101010100010 | e6b685eab38ceabc87e6baa2 |
UHC | 涅곌꼇溢 | 1110011011101110101100001110101010110010101110111110110011101110 | e6eeb0eab2bbecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)