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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 塋??壹? | 10011010110010000011111100111111100110101110001100111111 | 9ac83f3f9ae33f |
EUC-JP | 塋??壹? | 11010100110010100011111100111111110101001110010100111111 | d4ca3f3fd4e53f |
UTF-8 | 塋딄쒀壹콮 | 111001011010000110001011111010111001010010000100111011001001001010000000111001011010001110111001111011001011110110101110 | e5a18beb9484ec9280e5a3b9ecbdae |
UHC | 塋딄쒀壹콮 | 11100111101010111000101011101010101111101010110011101100111011001011001001000010 | e7ab8aeabeacececb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)