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 | ?袁?? | 0011111111100101110011010011111100111111 | 3fe5cd3f3f |
EUC-JP | ?袁?? | 0011111111101010110011110011111100111111 | 3feacf3f3f |
UTF-8 | 않袁렫렱 | 111011001001010110001010111010001010001010000001111010111010000010101011111010111010000010110001 | ec958ae8a281eba0abeba0b1 |
UHC | 않袁렫렱 | 1011111011001010111010101011111010001110101110011000111010111110 | becaeabe8eb98ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)