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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏??乳?? | 1000100011011000001111110011111110010011111110110011111100111111 | 88d83f3f93fb3f3f |
EUC-JP | 畏??乳?? | 1011000011011010001111110011111111000110111111010011111100111111 | b0da3f3fc6fd3f3f |
UTF-8 | 畏븍쉭乳룟쑵 | 111001111001010110001111111010111011100010001101111011001000100110101101111001001011100110110011111010111010001110011111111011001001000110110101 | e7958febb88dec89ade4b9b3eba39fec91b5 |
UHC | 畏븍쉭乳룟쑵 | 111010001110011010111010111010111011110110101101111010101110000110110111111001011011111010101010 | e8e6baebbdadeae1b7e5beaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)