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 | 膕√?冠 | 11100100010100011000000111100011001111111000101010100101 | e45181e33f8aa5 |
EUC-JP | 膕√偌冠 | 111001111011001010100010111001011000111110110001111001011011010010100111 | e7b2a2e58fb1e5b4a7 |
UTF-8 | 膕√偌冠 | 111010001000011010010101111000101000100010011010111001011000000110001100111001011000011010100000 | e88695e2889ae5818ce586a0 |
UHC | ?√?冠 | 001111111010000111101110001111111100111010101110 | 3fa1ee3fceae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)