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 | 妻?袁? | 100011011100100000111111111001011100110100111111 | 8dc83fe5cd3f |
EUC-JP | 妻?袁? | 101110101100101000111111111010101100111100111111 | baca3feacf3f |
UTF-8 | 妻롚袁렜 | 111001011010011010111011111010111010000110011010111010001010001010000001111010111010000010011100 | e5a6bbeba19ae8a281eba09c |
UHC | 妻롚袁렜 | 1111010010100011100011101101111011101010101111101000111010101110 | f4a38edeeabe8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)