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 | ?????LY | 00111111001111110011111100111111001111110100110001011001 | 3f3f3f3f3f4c59 |
SJIS-WIN | モ。瞞LY | 11010011101000011111011110101110111101011011110111100001110101000100110001011001 | d3a1f7aef5bde1d44c59 |
EUC-JP | モ。??瞞LY | 10001110110100111000111010100001001111110011111111100010110101100100110001011001 | 8ed38ea13f3fe2d64c59 |
UTF-8 | モ。瞞LY | 1110111110111110100100111110111110111101101000011110111010010110100100011110111010010000101010001110011110011110100111100100110001011001 | efbe93efbda1ee9691ee90a8e79e9e4c59 |
UHC | ????瞞LY | 0011111100111111001111110011111111011000101111100100110001011001 | 3f3f3f3fd8be4c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)