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 | 谷造袖辰他 | 10010010010010101001000110100010100100011011001110010010010000111001000110111100 | 924a91a291b3924391bc |
EUC-JP | 谷造袖辰他 | 11000011101010111100001010100100110000101011010111000011101001001100001010111110 | c3abc2a4c2b5c3a4c2be |
UTF-8 | 谷造袖辰他 | 111010001011000010110111111010011000000010100000111010001010001010010110111010001011111010110000111001001011101110010110 | e8b0b7e980a0e8a296e8beb0e4bb96 |
UHC | 谷造袖辰他 | 11001101110110111111000011100011111000101100000011110010111000111111011011100010 | cddbf0e3e2c0f2e3f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)