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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 溜볥쨮隸 | 111011111010011110001011111010111011001110100101111011001010100010101110111011111010011010111000 | efa78bebb3a5eca8aeefa6b8 |
UHC | 溜볥쨮隸 | 1110101011111110100100111110101110100100100010001110011111100110 | eafe93eba488e7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)