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 | ??k??Y??k | 001111110011111101101011001111110011111101011001001111110011111101101011 | 3f3f6b3f3f593f3f6b |
SJIS-WIN | ??k??Y??k | 001111110011111101101011001111110011111101011001001111110011111101101011 | 3f3f6b3f3f593f3f6b |
EUC-JP | ??k??Y??k | 001111110011111101101011001111110011111101011001001111110011111101101011 | 3f3f6b3f3f593f3f6b |
UTF-8 | 렻렒k렻렒Y렻렒k | 111010111010000010111011111010111010000010010010011010111110101110100000101110111110101110100000100100100101100111101011101000001011101111101011101000001001001001101011 | eba0bbeba0926beba0bbeba09259eba0bbeba0926b |
UHC | 렻렒k렻렒Y렻렒k | 100011101100001110001110101001110110101110001110110000111000111010100111010110011000111011000011100011101010011101101011 | 8ec38ea76b8ec38ea7598ec38ea76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)