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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 櫛鉀櫛鉀^ | 100010111111100111111011110001011000101111111001111110111100010101011110 | 8bf9fbc58bf9fbc55e |
EUC-JP | 櫛鉀櫛鉀^ | 1011011011111011100011111110001111011000101101101111101110001111111000111101100001011110 | b6fb8fe3d8b6fb8fe3d85e |
UTF-8 | 櫛鉀櫛鉀^ | 11100110101010111001101111101001100010011000000011100110101010111001101111101001100010011000000001011110 | e6ab9be98980e6ab9be989805e |
UHC | 櫛鉀櫛鉀^ | 111100011110111011001011101001011111000111101110110010111010010101011110 | f1eecba5f1eecba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)