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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 谷造跣竪形 | 10010010010010101001000110100010111001101110111110010010010001111000110001100000 | 924a91a2e6ef92478c60 |
EUC-JP | 谷造跣竪形 | 11000011101010111100001010100100111011001111000111000011101010001011011111000001 | c3abc2a4ecf1c3a8b7c1 |
UTF-8 | 谷造跣竪形 | 111010001011000010110111111010011000000010100000111010001011011110100011111001111010101110101010111001011011110110100010 | e8b0b7e980a0e8b7a3e7abaae5bda2 |
UHC | 谷造跣竪形 | 11001101110110111111000011100011111000001101001111100010101101011111101110100001 | cddbf0e3e0d3e2b5fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)