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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ?漬v?漬vB | 001111111001001011010000011101100011111110010010110100000111011001000010 | 3f92d0763f92d07642 |
EUC-JP | 暻漬v暻漬vB | 10001111110000101101110111000100110100100111011010001111110000101101110111000100110100100111011001000010 | 8fc2ddc4d2768fc2ddc4d27642 |
UTF-8 | 暻漬v暻漬vB | 111001101001101010111011111001101011110010101100011101101110011010011010101110111110011010111100101011000111011001000010 | e69abbe6bcac76e69abbe6bcac7642 |
UHC | 暻漬v暻漬vB | 1100110011011001111100101011000001110110110011001101100111110010101100000111011001000010 | ccd9f2b076ccd9f2b07642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)