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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?普????? | 0011111110010101100000010011111100111111001111110011111100111111 | 3f95813f3f3f3f3f |
EUC-JP | ?普????? | 0011111111001001111000010011111100111111001111110011111100111111 | 3fc9e13f3f3f3f3f |
UTF-8 | 렻普거훅旽훅렟 | 111010111010000010111011111001101001100110101110111010101011000110110000111011011001101110000101111001101001011110111101111011011001101110000101111010111010000010011111 | eba0bbe699aeeab1b0ed9b85e697bded9b85eba09f |
UHC | 렻普거훅旽훅렟 | 1000111011000011110111001100010110110000110001011100100011000101110101001100010111001000110001011000111010110000 | 8ec3dcc5b0c5c8c5d4c5c8c58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)