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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テ凖扶テ凖府^ | 1100001110011001110000111001010101111101110000111001100111000011100101010111101101011110 | c399c3957dc399c3957b5e |
EUC-JP | テ凖扶テ凖府^ | 10001110110000111101001011000101110010011101111010001110110000111101001011000101110010011101110001011110 | 8ec3d2c5c9de8ec3d2c5c9dc5e |
UTF-8 | テ凖扶テ凖府^ | 11101111101111101000001111100101100001111001011011100110100010011011011011101111101111101000001111100101100001111001011011100101101110101001110001011110 | efbe83e58796e689b6efbe83e58796e5ba9c5e |
UHC | ??扶??府^ | 001111110011111111011101101001100011111100111111110111011010010001011110 | 3f3fdda63f3fdda45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)