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 | 工舒k | 100011010100100010011000101011101000001010001011 | 8d4898ae828b |
EUC-JP | 工舒k | 101110011010100111010000101100001010001111101011 | b9a9d0b0a3eb |
UTF-8 | 工舒k | 111001011011011110100101111010001000100010010010111011111011110110001011 | e5b7a5e88892efbd8b |
UHC | 工舒k | 110011011110111111100000101000101010001111101011 | cdefe0a2a3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)