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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??悠た∫ | 0011111100111111100101110100100110000010101111011000000111100111 | 3f3f974982bd81e7 |
EUC-JP | ??悠た∫ | 0011111100111111110011011010101010100100101111111010001011101001 | 3f3fcdaaa4bfa2e9 |
UTF-8 | 룶뇟悠た∫ | 111010111010001110110110111010111000011110011111111001101000001010100000111000111000000110011111111000101000100010101011 | eba3b6eb879fe682a0e3819fe288ab |
UHC | 룶뇟悠た∫ | 10001111101010111011010010100001111010101110110110101010101111111010000111110010 | 8fabb4a1eaedaabfa1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)