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 | ?茨?拭 | 001111111000100011101111001111111001000001000000 | 3f88ef3f9040 |
EUC-JP | ?茨?拭 | 001111111011000011110001001111111011111110100001 | 3fb0f13fbfa1 |
UTF-8 | 뤌茨즽拭 | 111010111010010010001100111010001000110010101000111011001010011010111101111001101000101110101101 | eba48ce88ca8eca6bde68bad |
UHC | 뤌茨즽拭 | 1000111110111100111011011011110010100011100011111110001111010100 | 8fbcedbca38fe3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)