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 | 雄嶝?? | 100101110101100110011011110100010011111100111111 | 97599bd13f3f |
EUC-JP | 雄嶝?? | 110011011011101011010110110100110011111100111111 | cdbad6d33f3f |
UTF-8 | 雄嶝렑쉔 | 111010011001101110000100111001011011011010011101111010111010000010010001111011001000100110010100 | e99b84e5b69deba091ec8994 |
UHC | 雄嶝렑쉔 | 1110101010101001110101001111000110001110101001101011110110101000 | eaa9d4f18ea6bda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)