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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 節??蘂?] | 1001000011011111001111110011111111100101010000010011111101011101 | 90df3f3fe5413f5d |
EUC-JP | 節??蘂?] | 1100000011100001001111110011111111101001101000100011111101011101 | c0e13f3fe9a23f5d |
UTF-8 | 節억푷蘂꿗] | 11100111101011111000000011101100100101101011010111101101100100011011011111101000100110001000001011101010101111111001011101011101 | e7af80ec96b5ed91b7e89882eabf975d |
UHC | 節억푷蘂꿗] | 1110111110111101101111101110111110111110100001011110011111011110100001010101000101011101 | efbdbeefbe85e7de85515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)