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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???沆?? | 00111111001111110011111111111010111101110011111100111111 | 3f3f3ffaf73f3f |
EUC-JP | 邕??沆?? | 10001111111000011110110100111111001111111000111111000110111010100011111100111111 | 8fe1ed3f3f8fc6ea3f3f |
UTF-8 | 邕잙굙沆쇿뎄 | 111010011000001010010101111011001001111010011001111010101011010110011001111001101011001010000110111011001000011110111111111010111000111010000100 | e98295ec9e99eab599e6b286ec87bfeb8e84 |
UHC | 邕잙굙沆쇿뎄 | 111010001011101110011111111010111000001010000001111110011111101010011001111001011011010110101100 | e8bb9feb8281f9fa99e5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)