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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?玲?鏃?? | 0011111110010111111001100011111111101000010101100011111100111111 | 3f97e63fe8563f3f |
EUC-JP | ?玲?鏃?? | 0011111111001110111010000011111111101111101101110011111100111111 | 3fcee83fefb73f3f |
UTF-8 | 륁玲㏐鏃퉈렡 | 111010111010010110000001111001111000111010110010111000111000111110010000111010011000111110000011111011011000100110001000111010111010000010100001 | eba581e78eb2e38f90e98f83ed8988eba0a1 |
UHC | 륁玲㏐鏃퉈렡 | 100011111110110011010110101111001010011111101010111100001110110011000101111111011000111010110010 | 8fecd6bca7eaf0ecc5fd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)