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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???絶??\ | 0011111100111111001111111001000011100010001111110011111101011100 | 3f3f3f90e23f3f5c |
EUC-JP | ???絶??\ | 0011111100111111001111111100000011100100001111110011111101011100 | 3f3f3fc0e43f3f5c |
UTF-8 | 欌띨쐠絶숋숲\ | 11100110101011001000110011101011100111011010100011101100100100001010000011100111101101011011011011101100100010001000101111101100100010001011001001011100 | e6ac8ceb9da8ec90a0e7b5b6ec888bec88b25c |
UHC | 欌띨쐠絶숋숲\ | 11101101111010111011011011101110100111001000011011101111101111101001100111101111101111011010001101011100 | edebb6ee9c86efbe99efbda35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)