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 | ?}???{ | 001111110111110100111111001111110011111101111011 | 3f7d3f3f3f7b |
SJIS-WIN | 涌}盖痾涌{ | 10010111010011110111110111100001101100111110000101111101100101110100111101111011 | 974f7de1b3e17d974f7b |
EUC-JP | 涌}盖痾涌{ | 11001101101100000111110111100010101101011110000111011110110011011011000001111011 | cdb07de2b5e1decdb07b |
UTF-8 | 涌}盖痾涌{ | 1110011010110110100011000111110111100111100110111001011011100111100101111011111011100110101101101000110001111011 | e6b68c7de79b96e797bee6b68c7b |
UHC | 涌}盖?涌{ | 111010011011111101111101110010111100110000111111111010011011111101111011 | e9bf7dcbcc3fe9bf7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)