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 | ?庸?? | 0011111110010111011001100011111100111111 | 3f97663f3f |
EUC-JP | ?庸?? | 0011111111001101110001110011111100111111 | 3fcdc73f3f |
UTF-8 | 뤚庸첂홧 | 111010111010010010011010111001011011101010111000111011001011001010000010111011011001100110100111 | eba49ae5bab8ecb282ed99a7 |
UHC | 뤚庸첂홧 | 1000111111001001111010011011110010101010100011111100100010110001 | 8fc9e9bcaa8fc8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)