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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 묳뫂뫀Y묳뫂뫀bE | 111010111010110010110011111010111010101110000010111010111010101110000000010110011110101110101100101100111110101110101011100000101110101110101011100000000110001001000101 | ebacb3ebab82ebab8059ebacb3ebab82ebab806245 |
UHC | 묳뫂뫀Y묳뫂뫀bE | 100100100100101010010001101001101001000110100100010110011001001001001010100100011010011010010001101001000110001001000101 | 924a91a691a459924a91a691a46245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)