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 | 逡?旨? | 111001111001010100111111100011100111110000111111 | e7953f8e7c3f |
EUC-JP | 逡?旨? | 111011011111010100111111101110111101110100111111 | edf53fbbdd3f |
UTF-8 | 逡렒旨쾅 | 111010011000000010100001111010111010000010010010111001101001011110101000111011001011111010000101 | e980a1eba092e697a8ecbe85 |
UHC | 逡렒旨쾅 | 1111000111100100100011101010011111110010101010011100010011100111 | f1e48ea7f2a9c4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)