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 | ??雄仁 | 001111110011111110010111010110011001000001101101 | 3f3f9759906d |
EUC-JP | ??雄仁 | 001111110011111111001101101110101011111111001110 | 3f3fcdbabfce |
UTF-8 | 롊렠雄仁 | 111010111010000110001010111010111010000010100000111010011001101110000100111001001011101110000001 | eba18aeba0a0e99b84e4bb81 |
UHC | 롊렠雄仁 | 1000111011010000100011101011000111101010101010011110110011010010 | 8ed08eb1eaa9ecd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)