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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??牆餓哀B | 001111110011111111100000101011011000100111101100100010001010001101000010 | 3f3fe0ad89ec88a342 |
EUC-JP | ??牆餓哀B | 001111110011111111100000101011111011001011101110101100001010010101000010 | 3f3fe0afb2eeb0a542 |
UTF-8 | 뤶삡牆餓哀B | 11101011101001001011011011101100100000101010000111100111100010011000011011101001101001001001001111100101100100111000000001000010 | eba4b6ec82a1e78986e9a493e5938042 |
UHC | 뤶삡牆餓哀B | 1000111111100100101110111110010011101101111011011110010010111011111001001110111001000010 | 8fe4bbe4edede4bbe4ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)