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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 〓?嵩悠ャ^ | 10000001101011000011111110010000100100111001011101001001100000111000001101011110 | 81ac3f9093974983835e |
EUC-JP | 〓?嵩悠ャ^ | 10100010101011100011111110111111111100111100110110101010101001011110001101011110 | a2ae3fbff3cdaaa5e35e |
UTF-8 | 〓룶嵩悠ャ^ | 11100011100000001001001111101011101000111011011011100101101101011010100111100110100000101010000011100011100000111010001101011110 | e38093eba3b6e5b5a9e682a0e383a35e |
UHC | 〓룶嵩悠ャ^ | 1010000111101011100011111010101111100011101000011110101011101101101010111110001101011110 | a1eb8fabe3a1eaedabe35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)