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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 訒呎ih訒呎 | 1111101110100011100110011110011010000010100010010110100011111011101000111001100111100110 | fba399e6828968fba399e6 |
EUC-JP | 訒呎ih訒呎 | 10001111110111011100100011010010111010001010001111101001011010001000111111011101110010001101001011101000 | 8fddc8d2e8a3e9688fddc8d2e8 |
UTF-8 | 訒呎ih訒呎 | 11101000101010001001001011100101100100011000111011101111101111011000100101101000111010001010100010010010111001011001000110001110 | e8a892e5918eefbd8968e8a892e5918e |
UHC | ??ih?? | 00111111001111111010001111101001011010000011111100111111 | 3f3fa3e9683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)