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 | 釋?? | 11100111110101110011111100111111 | e7d73f3f |
EUC-JP | 釋?? | 11101110110110010011111100111111 | eed93f3f |
UTF-8 | 釋롕렖 | 111010011000011110001011111010111010000110010101111010111010000010010110 | e9878beba195eba096 |
UHC | 釋롕렖 | 111000001011011110001110110110011000111010101011 | e0b78ed98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)