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 | ??Y??b\ | 00111111001111110101100100111111001111110110001001011100 | 3f3f593f3f625c |
SJIS-WIN | ??Y??b\ | 00111111001111110101100100111111001111110110001001011100 | 3f3f593f3f625c |
EUC-JP | ??Y??b\ | 00111111001111110101100100111111001111110110001001011100 | 3f3f593f3f625c |
UTF-8 | 렻렒Y렻렒b\ | 111010111010000010111011111010111010000010010010010110011110101110100000101110111110101110100000100100100110001001011100 | eba0bbeba09259eba0bbeba092625c |
UHC | 렻렒Y렻렒b\ | 1000111011000011100011101010011101011001100011101100001110001110101001110110001001011100 | 8ec38ea7598ec38ea7625c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)