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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | 箋??橈??o | 111000101011001100111111001111111001111011110100001111110011111101101111 | e2b33f3f9ef43f3f6f |
EUC-JP | 箋??橈??o | 111001001011010100111111001111111101110011110110001111110011111101101111 | e4b53f3fdcf63f3f6f |
UTF-8 | 箋잞숴橈놅슛o | 11100111101011101000101111101100100111101001111011101100100010001011010011100110101010011000100011101011100001101000010111101100100010101001101101101111 | e7ae8bec9e9eec88b4e6a988eb8685ec8a9b6f |
UHC | 箋잞숴橈놅슛o | 11101111101010001001111111101111101111011010010011101000111110101000011011101111101111011011100001101111 | efa89fefbda4e8fa86efbdb86f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)