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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??巍??外^ | 001111110011111110011011110110010011111100111111100010100100111101011110 | 3f3f9bd93f3f8a4f5e |
EUC-JP | ??巍??外^ | 001111110011111111010110110110110011111100111111101100111011000001011110 | 3f3fd6db3f3fb3b05e |
UTF-8 | 센솽巍센솽外^ | 11101100100001001011110011101100100001101011110111100101101101111000110111101100100001001011110011101100100001101011110111100101101001001001011001011110 | ec84bcec86bde5b78dec84bcec86bde5a4965e |
UHC | 센솽巍센솽外^ | 10111100101111101011110011100001111010001110010010111100101111101011110011100001111010001110001001011110 | bcbebce1e8e4bcbebce1e8e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)