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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 詹鉀ャ | 11111011101001011111101111000101101011001111000001010100 | fba5fbc5acf054 |
EUC-JP | 詹鉀ャ? | 100011111101110111101010100011111110001111011000100011101010110000111111 | 8fddea8fe3d88eac3f |
UTF-8 | 詹鉀ャ | 111010001010100110111001111010011000100110000000111011111011110110101100111011101000000010010100 | e8a9b9e98980efbdacee8094 |
UHC | 詹鉀?? | 111101001101101011001011101001010011111100111111 | f4dacba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)