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 | 娃??節? | 10001000101000010011111100111111100100001101111100111111 | 88a13f3f90df3f |
EUC-JP | 娃??節? | 10110000101000110011111100111111110000001110000100111111 | b0a33f3fc0e13f |
UTF-8 | 娃뤹ㅌ節계 | 111001011010100010000011111010111010010010111001111000111000010110001100111001111010111110000000111010101011001110000100 | e5a883eba4b9e3858ce7af80eab384 |
UHC | 娃뤹ㅌ節계 | 11101000110111111000111111100111101001001011110011101111101111011011000011101000 | e8df8fe7a4bcefbdb0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)