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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ???靈訪H | 0011111100111111001111111110100011001011100101100100101101001000 | 3f3f3fe8cb964b48 |
EUC-JP | ???靈訪H | 0011111100111111001111111111000011001101110010111010110001001000 | 3f3f3ff0cdcbac48 |
UTF-8 | 렻렒렺靈訪H | 11101011101000001011101111101011101000001001001011101011101000001011101011101001100111011000100011101000101010001010101001001000 | eba0bbeba092eba0bae99d88e8a8aa48 |
UHC | 렻렒렺靈訪H | 1000111011000011100011101010011110001110110000101101011011000100110110111011111001001000 | 8ec38ea78ec2d6c4dbbe48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)