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???V??B | 001111110101011000111111001111110011111101010110001111110011111101000010 | 3f563f3f3f563f3f42 |
SJIS-WIN | ?V???V??B | 001111110101011000111111001111110011111101010110001111110011111101000010 | 3f563f3f3f563f3f42 |
EUC-JP | ?V???V??B | 001111110101011000111111001111110011111101010110001111110011111101000010 | 3f563f3f3f563f3f42 |
UTF-8 | 첬V횛횤첬V횛횤B | 111011001011001010101100010101101110110110011010100110111110110110011010101001001110110010110010101011000101011011101101100110101001101111101101100110101010010001000010 | ecb2ac56ed9a9bed9aa4ecb2ac56ed9a9bed9aa442 |
UHC | 첬V횛횤첬V횛횤B | 110000111011101001010110110000111001010111000011100110111100001110111010010101101100001110010101110000111001101101000010 | c3ba56c395c39bc3ba56c395c39b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)