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 | ?夭?漿?? | 0011111110011010111011100011111110011111111101110011111100111111 | 3f9aee3f9ff73f3f |
EUC-JP | ?夭?漿?熢 | 00111111110101001111000000111111110111101111100100111111100011111100101010101011 | 3fd4f03fdef93f8fcaab |
UTF-8 | 뤚夭편漿퉶熢 | 111010111010010010011010111001011010010010101101111011011000111010111000111001101011110010111111111011011000100110110110111001111000011010100010 | eba49ae5a4aded8eb8e6bcbfed89b6e786a2 |
UHC | 뤚夭편漿퉶熢 | 100011111100100111101000111011001100011011101101111011011110110010111001100011101101110011101100 | 8fc9e8ecc6ededecb98edcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)