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 | 柔?啼? | 100011110101111100111111100110100110010100111111 | 8f5f3f9a653f |
EUC-JP | 柔?啼? | 101111011100000000111111110100111100011000111111 | bdc03fd3c63f |
UTF-8 | 柔렱啼렮 | 111001101001111110010100111010111010000010110001111001011001010110111100111010111010000010101110 | e69f94eba0b1e595bceba0ae |
UHC | 柔렱啼렮 | 1110101011110101100011101011111011110000101001101000111010111011 | eaf58ebef0a68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)