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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 妻?摘 | 1000110111001000001111111001001101000101 | 8dc83f9345 |
EUC-JP | 妻?摘 | 1011101011001010001111111100010110100110 | baca3fc5a6 |
UTF-8 | 妻렯摘 | 111001011010011010111011111010111010000010101111111001101001000110011000 | e5a6bbeba0afe69198 |
UHC | 妻렯摘 | 111101001010001110001110101111001110111011010111 | f4a38ebceed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)