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 | 鶯湿鈆雫 | 1110100111110010100011101011110011111011110000011000111010110100 | e9f28ebcfbc18eb4 |
EUC-JP | 鶯湿鈆雫 | 111100101111010010111100101111101000111111100011101111001011110010110110 | f2f4bcbe8fe3bcbcb6 |
UTF-8 | 鶯湿鈆雫 | 111010011011011010101111111001101011100110111111111010011000100010000110111010011001101110101011 | e9b6afe6b9bfe98886e99bab |
UHC | 鶯??? | 1110010110100011001111110011111100111111 | e5a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)