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 | 遮痔縣湘 | 1000111011010101100011101010010011100011011100001000111111000011 | 8ed58ea4e3708fc3 |
EUC-JP | 遮痔縣湘 | 1011110011010111101111001010011011100101110100011011111011000101 | bcd7bca6e5d1bec5 |
UTF-8 | 遮痔縣湘 | 111010011000000110101110111001111001011110010100111001111011100010100011111001101011100110011000 | e981aee79794e7b8a3e6b998 |
UHC | 遮痔縣湘 | 1111001110110100111101101100000011111010111000111101111111001111 | f3b4f6c0fae3dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)