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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | 貂釈借豎猥LB | 111001101011100010001110110111111000111011011000111001101011000111100000110011100100110001000010 | e6b88edf8ed8e6b1e0ce4c42 |
EUC-JP | 貂釈借豎猥LB | 111011001011101010111100111000011011110011011010111011001011001111100000110100000100110001000010 | ecbabce1bcdaecb3e0d04c42 |
UTF-8 | 貂釈借豎猥LB | 1110100010110010100000101110100110000111100010001110010110000000100111111110100010110001100011101110011110001100101001010100110001000010 | e8b282e98788e5809fe8b18ee78ca54c42 |
UHC | 貂?借?猥LB | 11110101101100000011111111110011101010000011111111101000111001010100110001000010 | f5b03ff3a83fe8e54c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)