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 | ?カ詼「 | 0011111110110110111001100110101010100010 | 3fb6e66aa2 |
EUC-JP | ?カ詼「 | 00111111100011101011011011101011110010111000111010100010 | 3f8eb6ebcb8ea2 |
UTF-8 | 䵹カ詼「 | 111001001011010110111001111011111011110110110110111010001010100110111100111011111011110110100010 | e4b5b9efbdb6e8a9bcefbda2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)