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 | ?√? | 00111111100000011110001100111111 | 3f81e33f |
EUC-JP | ?√? | 00111111101000101110010100111111 | 3fa2e53f |
UTF-8 | 療√겢 | 111011111010011110000001111000101000100010011010111010101011001010100010 | efa781e2889aeab2a2 |
UHC | 療√겢 | 111010001111111010100001111011101000000110110100 | e8fea1ee81b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)