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 | 莠罷倹岦ヲ辜 | 1110010010111010100101001110101110001100100100001111101010101100101001101110011110000011 | e4ba94eb8c90faaca6e783 |
EUC-JP | 莠罷倹岦ヲ辜 | 11101000101111001100100011101101101101111111000010001111101110111011001110001110101001101110110111100011 | e8bcc8edb7f08fbbb38ea6ede3 |
UTF-8 | 莠罷倹岦ヲ辜 | 111010001000111010100000111001111011110110110111111001011000000010111001111001011011001010100110111011111011110110100110111010001011111010011100 | e88ea0e7bdb7e580b9e5b2a6efbda6e8be9c |
UHC | ?罷???辜 | 0011111111110111111100110011111100111111001111111100110111010000 | 3ff7f33f3f3fcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)