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 | 邑??? | 1001011101010111001111110011111100111111 | 97573f3f3f |
EUC-JP | 邑??? | 1100110110111000001111110011111100111111 | cdb83f3f3f |
UTF-8 | 邑띠렯렠 | 111010011000001010010001111010111001110110100000111010111010000010101111111010111010000010100000 | e98291eb9da0eba0afeba0a0 |
UHC | 邑띠렯렠 | 1110101111101001101101101110110010001110101111001000111010110001 | ebe9b6ec8ebc8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)