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 | 鋗爾鋙雫 | 1111101111010000100011101010001011111011110100011000111010110100 | fbd08ea2fbd18eb4 |
EUC-JP | 鋗爾鋙雫 | 10001111111001001100000110111100101001001000111111100100110000111011110010110110 | 8fe4c1bca48fe4c3bcb6 |
UTF-8 | 鋗爾鋙雫 | 111010011000101110010111111001111000100010111110111010011000101110011001111010011001101110101011 | e98b97e788bee98b99e99bab |
UHC | ?爾?? | 0011111111101100101100110011111100111111 | 3fecb33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)