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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???秧? | 001111110011111100111111111000100101111000111111 | 3f3f3fe25e3f |
EUC-JP | ???秧? | 001111110011111100111111111000111011111100111111 | 3f3f3fe3bf3f |
UTF-8 | 銳귨퐞秧놟 | 111010011000101010110011111010101011011110101000111011011001000010011110111001111010011110100111111010111000011010011111 | e98ab3eab7a8ed909ee7a7a7eb869f |
UHC | 銳귨퐞秧놟 | 11100111111001011000001011101111101111011000011111100100111010111000011101000010 | e7e582efbd87e4eb8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)