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 | D£¨L\ | 1001001001000100100100011010001110010001101010000100110001011100 | 924491a391a84c5c |
SJIS-WIN | ?D?£?¨L\ | 00111111010001000011111110000001100100100011111110000001010011100100110001011100 | 3f443f81923f814e4c5c |
EUC-JP | ?D?£?¨L\ | 00111111010001000011111110100001111100100011111110100001101011110100110001011100 | 3f443fa1f23fa1af4c5c |
UTF-8 | D£¨L\ | 11000010100100100100010011000010100100011100001010100011110000101001000111000010101010000100110001011100 | c29244c291c2a3c291c2a84c5c |
UHC | ?D???¨L\ | 001111110100010000111111001111110011111110100001101001110100110001011100 | 3f443f3f3fa1a74c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)