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 | ?瀧??? | 001111111001000111101011001111110011111100111111 | 3f91eb3f3f3f |
EUC-JP | 鋌瀧??? | 1000111111100100101110111100001011101101001111110011111100111111 | 8fe4bbc2ed3f3f3f |
UTF-8 | 鋌瀧봄諪렱 | 111010011000101110001100111001111000000010100111111010111011010010000100111010001010101110101010111010111010000010110001 | e98b8ce780a7ebb484e8abaaeba0b1 |
UHC | 鋌瀧봄諪렱 | 11101111111110111101011011101001101110101011110111101111111101011000111010111110 | effbd6e9babdeff58ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)