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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?鰻民??? | 0011111110001001010101101001011010101111001111110011111100111111 | 3f895696af3f3f3f |
EUC-JP | ?鰻民??? | 0011111110110001101101111100110010110001001111110011111100111111 | 3fb1b7ccb13f3f3f |
UTF-8 | 렺鰻民렔렻렓 | 111010111010000010111010111010011011000010111011111001101011000010010001111010111010000010010100111010111010000010111011111010111010000010010011 | eba0bae9b0bbe6b091eba094eba0bbeba093 |
UHC | 렺鰻民렔렻렓 | 100011101100001011011000110001001101101011000101100011101010100110001110110000111000111010101000 | 8ec2d8c4dac58ea98ec38ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)