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 | ??節h | 001111110011111110010000110111111000001010001000 | 3f3f90df8288 |
EUC-JP | ??節h | 001111110011111111000000111000011010001111101000 | 3f3fc0e1a3e8 |
UTF-8 | 뤒뻘節h | 111010111010010010010010111010111011101110011000111001111010111110000000111011111011110110001000 | eba492ebbb98e7af80efbd88 |
UHC | 뤒뻘節h | 1000111111000010101110111011100111101111101111011010001111101000 | 8fc2bbb9efbda3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)