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 | ?畑裝? | 001111111001010010101000111001011110010000111111 | 3f94a8e5e43f |
EUC-JP | ?畑裝? | 001111111100100010101010111010101110011000111111 | 3fc8aaeae63f |
UTF-8 | 뤚畑裝잤 | 111010111010010010011010111001111001010110010001111010001010001110011101111011001001111010100100 | eba49ae79591e8a39dec9ea4 |
UHC | 뤚畑裝잤 | 1000111111001001111011111010010111101101111110111100000011100100 | 8fc9efa5edfbc0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)