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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | 韶皮ク∽繞k | 11101000111011101001010011100111101110001000000111100100111000111000010101101011 | e8ee94e7b881e4e3856b |
EUC-JP | 韶皮ク∽繞k | 1111000011110000110010001110100110001110101110001010001011100110111001011110010101101011 | f0f0c8e98eb8a2e6e5e56b |
UTF-8 | 韶皮ク∽繞k | 11101001100111111011011011100111100110101010111011101111101111011011100011100010100010001011110111100111101110011001111001101011 | e99fb6e79aaeefbdb8e288bde7b99e6b |
UHC | 韶皮?∽繞k | 11100001110100101111100110101011001111111010000111101111111010011010010001101011 | e1d2f9ab3fa1efe9a46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)