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 | ??′ | 00111111001111111000000110001100 | 3f3f818c |
EUC-JP | ??′ | 00111111001111111010000111101100 | 3f3fa1ec |
UTF-8 | 뤦집′ | 111010111010010010100110111011001010011110010001111000101000000010110010 | eba4a6eca791e280b2 |
UHC | 뤦집′ | 100011111101010011000001111111011010000111000111 | 8fd4c1fda1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)