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 | 曜ゆ?節??\ | 10010111011010101000001011100100001111111001000011011111001111110011111101011100 | 976a82e43f90df3f3f5c |
EUC-JP | 曜ゆ?節??\ | 11001101110010111010010011100110001111111100000011100001001111110011111101011100 | cdcba4e63fc0e13f3f5c |
UTF-8 | 曜ゆ뒿節쏙쉐\ | 11100110100110111001110011100011100000101000011011101011100100101011111111100111101011111000000011101100100011111001100111101100100010011001000001011100 | e69b9ce38286eb92bfe7af80ec8f99ec89905c |
UHC | 曜ゆ뒿節쏙쉐\ | 11101000111110001010101011100110100010101011010111101111101111011011110111101111101111011010011001011100 | e8f8aae68ab5efbdbdefbda65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)