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 | 竪形束谷 | 1001001001000111100011000110000010010001101010011001001001001010 | 92478c6091a9924a |
EUC-JP | 竪形束谷 | 1100001110101000101101111100000111000010101010111100001110101011 | c3a8b7c1c2abc3ab |
UTF-8 | 竪形束谷 | 111001111010101110101010111001011011110110100010111001101001110110011111111010001011000010110111 | e7abaae5bda2e69d9fe8b0b7 |
UHC | 竪形束谷 | 1110001010110101111110111010000111100001110101101100110111011011 | e2b5fba1e1d6cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)