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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予???ε? | 1001011101011100001111110011111100111111100000111100001100111111 | 975c3f3f3f83c33f |
EUC-JP | 予???ε? | 1100110110111101001111110011111100111111101001101100010100111111 | cdbd3f3f3fa6c53f |
UTF-8 | 予쀫ㅉ柳ε뜄 | 1110010010111010100010001110110010000000101010111110001110000101100010011110111110100111100010011100111010110101111010111001110010000100 | e4ba88ec80abe38589efa789ceb5eb9c84 |
UHC | 予쀫ㅉ柳ε뜄 | 111001011111100010010111111010111010010010111001111010101111011110100101111001011000110110001000 | e5f897eba4b9eaf7a5e58d88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)