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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?瀧? | 00111111100100011110101100111111 | 3f91eb3f |
EUC-JP | 鋌瀧? | 100011111110010010111011110000101110110100111111 | 8fe4bbc2ed3f |
UTF-8 | 鋌瀧볼 | 111010011000101110001100111001111000000010100111111010111011001110111100 | e98b8ce780a7ebb3bc |
UHC | 鋌瀧볼 | 111011111111101111010110111010011011101010111100 | effbd6e9babc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)