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 | ?玲?鏃 | 001111111001011111100110001111111110100001010110 | 3f97e63fe856 |
EUC-JP | ?玲?鏃 | 001111111100111011101000001111111110111110110111 | 3fcee83fefb7 |
UTF-8 | 륁玲㏐鏃 | 111010111010010110000001111001111000111010110010111000111000111110010000111010011000111110000011 | eba581e78eb2e38f90e98f83 |
UHC | 륁玲㏐鏃 | 1000111111101100110101101011110010100111111010101111000011101100 | 8fecd6bca7eaf0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)