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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???狎??\ | 0011111100111111001111111110000010111110001111110011111101011100 | 3f3f3fe0be3f3f5c |
EUC-JP | ???狎??\ | 0011111100111111001111111110000011000000001111110011111101011100 | 3f3f3fe0c03f3f5c |
UTF-8 | 銳잙젛狎띾젒\ | 11101001100010101011001111101100100111101001100111101100101000001001101111100111100010111000111011101011100111011011111011101100101000001001001001011100 | e98ab3ec9e99eca09be78b8eeb9dbeeca0925c |
UHC | 銳잙젛狎띾젒\ | 11100111111001011001111111101011101000001001011111100100111001001000110111101011101000001001000101011100 | e7e59feba097e4e48deba0915c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)