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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??獸循 | 001111110011111111100000110101111000111101111010 | 3f3fe0d78f7a |
EUC-JP | 澔?獸循 | 1000111111001000111011000011111111100000110110011011110111011011 | 8fc8ec3fe0d9bddb |
UTF-8 | 澔뫄獸循 | 111001101011111010010100111010111010101110000100111001111000110110111000111001011011111010101010 | e6be94ebab84e78db8e5beaa |
UHC | 澔뫄獸循 | 1111101111001011101110001111101011100010101011101110001011100000 | fbcbb8fae2aee2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)